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">
|
2012-01-17 16:11:06 -06:00
|
|
|
<directory suffix=".test.php">tests/cases</directory>
|
2012-01-17 16:04:28 -06:00
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
|
|
|
|
</phpunit>
|