MIF_E31222691/phpunit.xml

7 lines
187 B
XML

<phpunit colors="false" bootstrap="phpunit.php">
<testsuites>
<testsuite name="Test Suite">
<directory suffix=".php">tests/cases</directory>
</testsuite>
</testsuites>
</phpunit>