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');