Files
spa-api/phpunit.xml

9 lines
231 B
XML
Raw Normal View History

2012-03-27 15:45:52 -05:00
<phpunit colors="true"
bootstrap="phpunit.php"
backupGlobals="false">
<testsuites>
<testsuite name="Test Suite">
<directory suffix=".test.php">tests/cases</directory>
</testsuite>
</testsuites>
</phpunit>