refactoring testing setup.

This commit is contained in:
Taylor Otwell
2011-10-10 22:17:22 -05:00
parent 392caeed91
commit b3c9dc59c0
14 changed files with 49 additions and 467 deletions

7
tests/phpunit.xml Normal file
View File

@@ -0,0 +1,7 @@
<phpunit colors="true" bootstrap="bootstrap.php">
<testsuites>
<testsuite name="Laravel Framework Tests">
<directory>Cases</directory>
</testsuite>
</testsuites>
</phpunit>