Fixed test

This commit is contained in:
Graham Campbell
2014-03-21 21:42:33 +00:00
parent cd0726a346
commit 3bcc26ca77
@@ -76,7 +76,7 @@ class PrettyPageHandlerTest extends TestCase
$allPaths = $handler->getResourcePaths();
$this->assertCount(2, $allPaths);
$this->assertEquals($allPaths[1], $path);
$this->assertEquals($allPaths[0], $path);
}
/**