Browse Source

renamed test.

Taylor Otwell 13 years ago
parent
commit
0086fff896
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/suite/RouterTest.php

+ 1 - 1
tests/suite/RouterTest.php

@@ -91,7 +91,7 @@ class RoutingTest extends PHPUnit_Framework_TestCase {
 		$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');