Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 90caa57986337338b66bc25499db172554a15da7 https://github.com/phpmyadmin/phpmyadmin/commit/90caa57986337338b66bc25499db... Author: Kamil Tekiela <tekiela246@gmail.com> Date: 2026-02-19 (Thu, 02 February 2026) +00:00 Changed paths: M tests/unit/Config/ConfigFileTest.php M tests/unit/Config/FormDisplayTest.php M tests/unit/Config/FormTest.php M tests/unit/ConfigTest.php M tests/unit/Controllers/Table/ExportControllerTest.php M tests/unit/Controllers/Table/IndexesControllerTest.php M tests/unit/Database/SearchTest.php M tests/unit/Display/ResultsTest.php M tests/unit/EncodingTest.php M tests/unit/Engines/BinlogTest.php M tests/unit/Engines/InnodbTest.php M tests/unit/Engines/MemoryTest.php M tests/unit/Engines/MrgMyisamTest.php M tests/unit/Engines/MyisamTest.php M tests/unit/Engines/NdbclusterTest.php M tests/unit/Engines/PbxtTest.php M tests/unit/Engines/PerformanceSchemaTest.php M tests/unit/Error/ErrorHandlerTest.php M tests/unit/Error/ErrorTest.php M tests/unit/FooterTest.php M tests/unit/Gis/GisGeometryTest.php M tests/unit/GitTest.php M tests/unit/Html/SecurityTest.php M tests/unit/Navigation/NavigationTest.php M tests/unit/Navigation/NavigationTreeTest.php M tests/unit/Navigation/Nodes/NodeDatabaseChildTest.php M tests/unit/Plugins/Auth/AuthenticationConfigTest.php M tests/unit/Plugins/Auth/AuthenticationCookieTest.php M tests/unit/Plugins/Auth/AuthenticationHttpTest.php M tests/unit/Plugins/Auth/AuthenticationSignonTest.php M tests/unit/Plugins/Export/Helpers/TablePropertyTest.php M tests/unit/Plugins/Schema/DiaRelationSchemaTest.php M tests/unit/Plugins/Schema/EpsRelationSchemaTest.php M tests/unit/Plugins/Schema/ExportRelationSchemaTest.php M tests/unit/Plugins/Schema/PdfRelationSchemaTest.php M tests/unit/Plugins/Schema/SvgRelationSchemaTest.php M tests/unit/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M tests/unit/Properties/Options/Groups/OptionsPropertySubgroupTest.php M tests/unit/Properties/Options/OptionsPropertyGroupTest.php M tests/unit/Properties/Options/OptionsPropertyItemTest.php M tests/unit/Properties/Options/OptionsPropertyOneItemTest.php M tests/unit/Properties/Plugins/ExportPluginPropertiesTest.php M tests/unit/Properties/Plugins/ImportPluginPropertiesTest.php M tests/unit/ScriptsTest.php M tests/unit/StorageEngineTest.php M tests/unit/Table/TableTest.php Log Message: ----------- Remove all unnecessary tearDown Signed-off-by: Kamil Tekiela <tekiela246@gmail.com> Commit: 7251034db0cc9e5f8283bff48a53686ad80d56c8 https://github.com/phpmyadmin/phpmyadmin/commit/7251034db0cc9e5f8283bff48a53... Author: MaurĂcio Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-02-20 (Fri, 02 February 2026) -03:00 Changed paths: M tests/unit/Config/ConfigFileTest.php M tests/unit/Config/FormDisplayTest.php M tests/unit/Config/FormTest.php M tests/unit/ConfigTest.php M tests/unit/Controllers/Table/ExportControllerTest.php M tests/unit/Controllers/Table/IndexesControllerTest.php M tests/unit/Database/SearchTest.php M tests/unit/Display/ResultsTest.php M tests/unit/EncodingTest.php M tests/unit/Engines/BinlogTest.php M tests/unit/Engines/InnodbTest.php M tests/unit/Engines/MemoryTest.php M tests/unit/Engines/MrgMyisamTest.php M tests/unit/Engines/MyisamTest.php M tests/unit/Engines/NdbclusterTest.php M tests/unit/Engines/PbxtTest.php M tests/unit/Engines/PerformanceSchemaTest.php M tests/unit/Error/ErrorHandlerTest.php M tests/unit/Error/ErrorTest.php M tests/unit/FooterTest.php M tests/unit/Gis/GisGeometryTest.php M tests/unit/GitTest.php M tests/unit/Html/SecurityTest.php M tests/unit/Navigation/NavigationTest.php M tests/unit/Navigation/NavigationTreeTest.php M tests/unit/Navigation/Nodes/NodeDatabaseChildTest.php M tests/unit/Plugins/Auth/AuthenticationConfigTest.php M tests/unit/Plugins/Auth/AuthenticationCookieTest.php M tests/unit/Plugins/Auth/AuthenticationHttpTest.php M tests/unit/Plugins/Auth/AuthenticationSignonTest.php M tests/unit/Plugins/Export/Helpers/TablePropertyTest.php M tests/unit/Plugins/Schema/DiaRelationSchemaTest.php M tests/unit/Plugins/Schema/EpsRelationSchemaTest.php M tests/unit/Plugins/Schema/ExportRelationSchemaTest.php M tests/unit/Plugins/Schema/PdfRelationSchemaTest.php M tests/unit/Plugins/Schema/SvgRelationSchemaTest.php M tests/unit/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M tests/unit/Properties/Options/Groups/OptionsPropertySubgroupTest.php M tests/unit/Properties/Options/OptionsPropertyGroupTest.php M tests/unit/Properties/Options/OptionsPropertyItemTest.php M tests/unit/Properties/Options/OptionsPropertyOneItemTest.php M tests/unit/Properties/Plugins/ExportPluginPropertiesTest.php M tests/unit/Properties/Plugins/ImportPluginPropertiesTest.php M tests/unit/ScriptsTest.php M tests/unit/StorageEngineTest.php M tests/unit/Table/TableTest.php Log Message: ----------- Merge pull request #20137 from kamil-tekiela/tearDown Remove all unnecessary tearDown