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