Files
ystavakylaecard/tools/test/phpunit.xml

9 lines
250 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" stopOnFailure="false" bootstrap="lib/bootstrap.php">
<testsuites>
<testsuite name="SparkTests">
<directory suffix="_test.php">./</directory>
</testsuite>
</testsuites>
</phpunit>