phpmyadmin/test/classes/Http
Maurício Meneghini Fauth 93fa48e286
Refactor the ServerRequest::getRoute() method
Extracts the redirection to database and table pages to the
HomeController for an actual redirection instead of an implicit one.

Removes the Application::getRequest() method as the ServerRequest object
should be an immutable object.

Adds a Routing::$route static variable to be used at the places that the
ServerRequest object is not available.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-12 01:45:12 -03:00
..
Factory Change deprecated ReflectionProperty method call 2023-07-21 19:07:24 +02:00
Handler Add support for PSR-15 middleware 2023-08-08 16:14:34 -03:00
ResponseTest.php Create Http\Response::write() method to write to the body 2023-08-05 10:50:53 -03:00
ServerRequestTest.php Refactor the ServerRequest::getRoute() method 2023-08-12 01:45:12 -03:00