Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Acksop authored Mar 1, 2024
1 parent 2e8461d commit 161daaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/EdgeAltoRouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,9 @@ public function testSetRouteFromConfig()

$routes = $this->router->getRoutes();

print_r($routes);
print_r($this->router->match('/home#index', 'GET'));

$method = 'GET';
$route = '/users/';
$target = array('c' => 'UserController','a' => 'ListAction')
Expand Down

0 comments on commit 161daaf

Please sign in to comment.