phpmyadmin/test/classes/Controllers/Table
Maurício Meneghini Fauth eb3703882b
Move Routing::getCurrentRoute to ServerRequest
The route is retrieved from the request, so it makes sense to move the
method to the Http\ServerRequest class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-06-06 23:36:57 -03:00
..
Structure Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
AddFieldControllerTest.php Introduce the ServerRequest object to AddFieldController 2022-05-04 15:55:22 -03:00
ChangeControllerTest.php Extract InsertEdit dependencies to constructor params 2022-06-01 23:42:47 -03:00
ChangeRowsControllerTest.php Add unit tests for Table\ChangeRowsController 2022-02-28 13:19:44 -03:00
ChartControllerTest.php Inline dbi creation in some test classes 2022-04-18 21:50:18 -03:00
CreateControllerTest.php Inline dbi creation in some test classes 2022-04-18 21:50:18 -03:00
DeleteConfirmControllerTest.php Inline dbi creation in some test classes 2022-04-18 21:50:18 -03:00
DeleteRowsControllerTest.php Inline dbi creation in some test classes 2022-04-18 21:50:18 -03:00
DropColumnConfirmationControllerTest.php Inline dbi creation in some test classes 2022-04-19 11:22:34 -03:00
DropColumnControllerTest.php Inline dbi creation in some test classes 2022-04-19 11:22:34 -03:00
ExportControllerTest.php Inline dbi creation in some test classes 2022-04-19 11:22:34 -03:00
ExportRowsControllerTest.php Add unit tests for Table\ExportRowsController 2022-02-24 15:35:26 -03:00
FindReplaceControllerTest.php Remove db and table properties from controllers 2022-02-02 14:48:43 -03:00
GetFieldControllerTest.php Inline dbi creation in some test classes 2022-04-19 11:22:34 -03:00
GisVisualizationControllerTest.php Inline dbi creation in some test classes 2022-04-19 11:22:34 -03:00
ImportControllerTest.php Inline dbi creation in some test classes 2022-04-19 11:22:34 -03:00
IndexesControllerTest.php Remove db and table properties from controllers 2022-02-02 14:48:43 -03:00
IndexRenameControllerTest.php Inline dbi creation in some test classes 2022-04-19 11:22:34 -03:00
OperationsControllerTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
PrivilegesControllerTest.php Extract Table\PrivilegesController from Server\PrivilegesController 2022-05-27 16:25:39 -03:00
RecentFavoriteControllerTest.php Fix RecentFavoriteControllerTest failing test 2022-02-22 19:24:13 -03:00
RelationControllerTest.php Remove db and table properties from controllers 2022-02-02 14:48:43 -03:00
ReplaceControllerTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
SearchControllerTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
SqlControllerTest.php Add basic test for Table\SqlController 2022-02-22 14:45:35 -03:00
StructureControllerTest.php Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
TrackingControllerTest.php Add basic test for Table\TrackingController 2022-02-21 17:49:57 -03:00
TriggersControllerTest.php Add basic test for Table\TriggersController 2022-02-21 16:45:43 -03:00
ZoomSearchControllerTest.php Add basic test for Table\ZoomSearchController 2022-02-21 16:02:34 -03:00