diff --git a/tests/EdgeAltoRouterTest.php b/tests/EdgeAltoRouterTest.php index 6da82f2..cbb1255 100644 --- a/tests/EdgeAltoRouterTest.php +++ b/tests/EdgeAltoRouterTest.php @@ -589,11 +589,8 @@ public function testSetRouteFromConfig() $routes = $this->router->getRoutes(); - - print_r($routes); - $method = 'GET'; - $route = '/user/'; + $route = '/users/'; $target = array('c' => 'UserController','a' => 'ListAction') ; $this->assertEquals([$method, $route, $target, ''], $routes[1]);