added tests to main repository.

This commit is contained in:
Taylor Otwell
2011-07-13 22:27:14 -05:00
parent cffbcd010d
commit d3398db56f
11 changed files with 587 additions and 1 deletions

7
tests/phpunit.xml Normal file
View File

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