added foundation of testing setup.

This commit is contained in:
Taylor Otwell
2012-01-17 16:04:28 -06:00
parent db24d77e1e
commit 6f2e83f284
26 changed files with 1440 additions and 0 deletions

7
phpunit.xml Normal file
View File

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