Skip to content

Commit

Permalink
final modification before draft push on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Acksop authored Mar 1, 2024
1 parent 23bb1ea commit c95259d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/EdgeAltoRouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,11 @@ public function testSetRouteFromConfig()

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

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

$method = 'GET';
$route = '/users/';
Expand Down

0 comments on commit c95259d

Please sign in to comment.