From 0086fff896aedd51695edd1edc724f4f075038f5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 13 Jul 2011 23:25:10 -0500 Subject: [PATCH] renamed test. --- tests/suite/RouterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suite/RouterTest.php b/tests/suite/RouterTest.php index cff55cbc..a6c10a28 100644 --- a/tests/suite/RouterTest.php +++ b/tests/suite/RouterTest.php @@ -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');