renamed test.

This commit is contained in:
Taylor Otwell 2011-07-13 23:25:10 -05:00
parent 121a15bbcf
commit 0086fff896
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public function testRouterReturnsNullWhenRouteNotFound()
$this->assertNull(System\Router::route('POST', 'user/taylor/25/edit')); $this->assertNull(System\Router::route('POST', 'user/taylor/25/edit'));
} }
public function testRouteArrayShouldBeReturnedWhenUsingSingleRoutesFile() public function testRouteLoaderShouldReturnSingleRoutesFileWhenNoFolderIsPresent()
{ {
$routes = System\Router::load('test'); $routes = System\Router::load('test');