mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
renamed test.
This commit is contained in:
parent
121a15bbcf
commit
0086fff896
@ -91,7 +91,7 @@ class RoutingTest extends PHPUnit_Framework_TestCase {
|
||||
$this->assertNull(System\Router::route('POST', 'user/taylor/25/edit'));
|
||||
}
|
||||
|
||||
public function testRouteArrayShouldBeReturnedWhenUsingSingleRoutesFile()
|
||||
public function testRouteLoaderShouldReturnSingleRoutesFileWhenNoFolderIsPresent()
|
||||
{
|
||||
$routes = System\Router::load('test');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user