Files
nl-admin-api/phpunit.xml

9 lines
231 B
XML
Raw Normal View History

2012-01-18 11:03:02 -06:00
<phpunit colors="true"
bootstrap="phpunit.php"
backupGlobals="false">
2012-01-17 16:04:28 -06:00
<testsuites>
<testsuite name="Test Suite">
<directory suffix=".test.php">tests/cases</directory>
2012-01-17 16:04:28 -06:00
</testsuite>
</testsuites>
</phpunit>