removed application and resolver classes. added phpunit tests.

This commit is contained in:
Taylor Otwell
2011-09-04 23:19:14 -05:00
parent d35e2abd77
commit cb8e8194ce
14 changed files with 146 additions and 88 deletions

7
phpunit.xml Normal file
View File

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