AIParking_Intops_Server/vendor/codeception/specify/phpunit.xml
2020-02-01 16:47:12 +07:00

8 lines
196 B
XML

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