2012-01-17 16:04:28 -06:00
|
|
|
<phpunit colors="false" bootstrap="phpunit.php">
|
|
|
|
|
<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>
|