renamed test.

This commit is contained in:
Taylor Otwell 2011-07-13 23:25:10 -05:00
parent 121a15bbcf
commit 0086fff896

View File

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