moving core tests into bundle.

This commit is contained in:
Taylor Otwell
2012-01-27 12:09:19 -06:00
parent 8325f6dc5e
commit f420ec5515
54 changed files with 14 additions and 2588 deletions

9
build.xml Normal file
View File

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