phpmyadmin/test/classes/Controllers/Table
Maurício Meneghini Fauth 72a69471e8
Remove the AbstractTestCase::assertAllSelectsConsumed method
Uses the DummyDbi method instead.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-11 16:38:37 -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 Introduce the ServerRequest object to ChangeController 2022-06-08 19:12:19 -03:00
ChangeRowsControllerTest.php Introduce the ServerRequest object to ChangeController 2022-06-08 19:12:19 -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 Load DBI into container only when needed by the test 2022-07-11 13:42:22 -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 Remove the AbstractTestCase::assertAllSelectsConsumed method 2022-07-11 16:38:37 -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