Server_AccessControl/vendor/codeception/specify/phpunit.xml
2020-10-06 14:27:47 +07:00

8 lines
196 B
XML

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