Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 346923e20a1e00adf98bf1e9164118dc05ad22ba https://github.com/phpmyadmin/phpmyadmin/commit/346923e20a1e00adf98bf1e91641... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-07-14 (Thu, 07 July 2022) -03:00
Changed paths: M test/classes/AbstractTestCase.php M test/classes/Advisory/AdvisorTest.php M test/classes/CheckUserPrivilegesTest.php M test/classes/Config/PageSettingsTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/ConfigTest.php M test/classes/ConsoleTest.php M test/classes/Controllers/AbstractControllerTest.php M test/classes/Controllers/CheckRelationsControllerTest.php M test/classes/Controllers/LintControllerTest.php M test/classes/Controllers/Server/Databases/DestroyControllerTest.php M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M test/classes/Controllers/Table/ChangeRowsControllerTest.php M test/classes/Controllers/Table/DropColumnConfirmationControllerTest.php M test/classes/Controllers/Table/DropColumnControllerTest.php M test/classes/Controllers/Table/ExportControllerTest.php M test/classes/Controllers/Table/ExportRowsControllerTest.php M test/classes/Controllers/Table/PrivilegesControllerTest.php M test/classes/Controllers/Table/Structure/SaveControllerTest.php M test/classes/Controllers/ThemeSetControllerTest.php M test/classes/Controllers/Transformation/OverviewControllerTest.php M test/classes/Controllers/VersionCheckControllerTest.php M test/classes/CoreTest.php M test/classes/CreateAddFieldTest.php M test/classes/Database/DesignerTest.php M test/classes/Database/EventsTest.php M test/classes/Database/QbeTest.php M test/classes/Database/RoutinesTest.php M test/classes/Database/TriggersTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Engines/BdbTest.php M test/classes/Engines/InnodbTest.php M test/classes/Export/OptionsTest.php M test/classes/ExportTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/ImportTest.php M test/classes/ListDatabaseTest.php M test/classes/Navigation/NavigationTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Navigation/NodeFactoryTest.php M test/classes/Navigation/Nodes/NodeColumnContainerTest.php M test/classes/Navigation/Nodes/NodeColumnTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Navigation/Nodes/NodeDatabaseTest.php M test/classes/Navigation/Nodes/NodeEventContainerTest.php M test/classes/Navigation/Nodes/NodeEventTest.php M test/classes/Navigation/Nodes/NodeFunctionContainerTest.php M test/classes/Navigation/Nodes/NodeFunctionTest.php M test/classes/Navigation/Nodes/NodeIndexContainerTest.php M test/classes/Navigation/Nodes/NodeIndexTest.php M test/classes/Navigation/Nodes/NodeProcedureContainerTest.php M test/classes/Navigation/Nodes/NodeProcedureTest.php M test/classes/Navigation/Nodes/NodeTableContainerTest.php M test/classes/Navigation/Nodes/NodeTableTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Navigation/Nodes/NodeTriggerContainerTest.php M test/classes/Navigation/Nodes/NodeTriggerTest.php M test/classes/Navigation/Nodes/NodeViewContainerTest.php M test/classes/Navigation/Nodes/NodeViewTest.php M test/classes/ParseAnalyzeTest.php M test/classes/Partitioning/PartitionTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Plugins/Export/ExportCodegenTest.php M test/classes/Plugins/Export/ExportCsvTest.php M test/classes/Plugins/Export/ExportExcelTest.php M test/classes/Plugins/Export/ExportJsonTest.php M test/classes/Plugins/Export/ExportLatexTest.php M test/classes/Plugins/Export/ExportMediawikiTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportPdfTest.php M test/classes/Plugins/Export/ExportPhparrayTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/ExportYamlTest.php M test/classes/Plugins/Import/ImportLdiTest.php M test/classes/Plugins/Import/ImportMediawikiTest.php M test/classes/Plugins/Import/ImportOdsTest.php M test/classes/Plugins/Import/ImportSqlTest.php M test/classes/Plugins/Import/ImportXmlTest.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/ExportRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php M test/classes/PluginsTest.php M test/classes/ProfilingTest.php M test/classes/ReplicationGuiTest.php M test/classes/ResponseTest.php M test/classes/Server/PluginsTest.php M test/classes/SystemDatabaseTest.php M test/classes/Table/SearchTest.php M test/classes/TrackerTest.php M test/classes/TrackingTest.php M test/classes/TransformationsTest.php M test/classes/TypesTest.php M test/classes/UserPasswordTest.php M test/classes/UserPreferencesTest.php M test/classes/UtilTest.php M test/classes/Utils/ForeignKeyTest.php M test/classes/Utils/GisTest.php M test/classes/Utils/HttpRequestTest.php
Log Message: ----------- Set dbi only when the test needs it
Related to https://github.com/phpmyadmin/phpmyadmin/pull/17637
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev