made testing elegant.

This commit is contained in:
Taylor Otwell
2012-01-27 15:28:46 -06:00
parent ae7faf1e45
commit f706ed75bf
8 changed files with 81 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
<phpunit colors="true"
bootstrap="phpunit.php"
backupGlobals="false">
<testsuites>
<testsuite name="Test Suite">
<directory suffix=".test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>