Commit 0086fff8 authored by Taylor Otwell's avatar Taylor Otwell

renamed test.

parent 121a15bb
...@@ -91,7 +91,7 @@ class RoutingTest extends PHPUnit_Framework_TestCase { ...@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment