renamed test.
This commit is contained in:
parent
121a15bbcf
commit
0086fff896
|
@ -91,7 +91,7 @@ public function testRouterReturnsNullWhenRouteNotFound()
|
|||
$this->assertNull(System\Router::route('POST', 'user/taylor/25/edit'));
|
||||
}
|
||||
|
||||
public function testRouteArrayShouldBeReturnedWhenUsingSingleRoutesFile()
|
||||
public function testRouteLoaderShouldReturnSingleRoutesFileWhenNoFolderIsPresent()
|
||||
{
|
||||
$routes = System\Router::load('test');
|
||||
|
||||
|
|
Loading…
Reference in New Issue