Fixing a double slash bug in URL generation with languages. add tests.
This commit is contained in:
9
phpunit.xml
Normal file
9
phpunit.xml
Normal 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>
|
||||
Reference in New Issue
Block a user