Files
im-demo-server/phpunit.xml

7 lines
192 B
XML
Raw Normal View History

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