Fixing a double slash bug in URL generation with languages. add tests.

This commit is contained in:
Taylor Otwell
2012-09-01 22:07:01 -05:00
parent cfe5fa109a
commit 4e21cfce39
3 changed files with 40 additions and 2 deletions

9
phpunit.xml Normal file
View File

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