canyin-project/ybcy/vendor/codeception/specify/phpunit.xml

8 lines
196 B
XML
Raw Normal View History

2024-11-01 16:07:54 +08:00
<phpunit colors="true"
bootstrap="tests/_bootstrap.php">
<testsuites>
<testsuite name="Specify">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>