Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Acksop authored Mar 1, 2024
1 parent e1d23cf commit ecaa42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EdgeAltoRouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public function testSetRouteFromConfig()
$routes = $this->router->getRoutes();


print_r($this->router);
print_r($routes);

$method = 'POST';
$route = '/[:controller]/[:action]';
Expand Down

0 comments on commit ecaa42e

Please sign in to comment.