Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Acksop authored Mar 1, 2024
1 parent 660dcdf commit 2e8461d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/EdgeAltoRouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit 2e8461d

Please sign in to comment.