canyin-project/ybcy/vendor/codeception/specify/phpunit.xml
2024-11-01 16:07:54 +08:00

8 lines
196 B
XML

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