From c95259d2eacd12fedd0c2f3c314a3ef132258803 Mon Sep 17 00:00:00 2001 From: Emmanuel ROY Date: Fri, 1 Mar 2024 15:01:34 +0100 Subject: [PATCH] final modification before draft push on fork --- tests/EdgeAltoRouterTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/EdgeAltoRouterTest.php b/tests/EdgeAltoRouterTest.php index a9123f1..4d320a9 100644 --- a/tests/EdgeAltoRouterTest.php +++ b/tests/EdgeAltoRouterTest.php @@ -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/';