Files
nl-mall-api/phpunit.xml

7 lines
191 B
XML
Raw Normal View History

2012-01-17 16:43:41 -06:00
<phpunit colors="true" bootstrap="phpunit.php">
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>