BiFace_Server_Lite/vendor/codeception/specify/phpunit.xml
2020-03-27 10:13:51 +07:00

8 lines
196 B
XML

<phpunit colors="true"
bootstrap="tests/_bootstrap.php">
<testsuites>
<testsuite name="Specify">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>