php-linux-cpu/phpunit.xml

8 lines
214 B
XML

<phpunit bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="php-linux-cpu">
<directory suffix="Test.php">tests/src/</directory>
</testsuite>
</testsuites>
</phpunit>