[phpmyadmin/phpmyadmin] 1281b7: Fix PHPUnit 9 deprecations
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1281b7cfe8c8c1ef46cf6bf4e6f9efbfedf6ffb1 https://github.com/phpmyadmin/phpmyadmin/commit/1281b7cfe8c8c1ef46cf6bf4e6f9... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-29 (Wed, 07 July 2026) -03:00 Changed paths: M .github/workflows/tests.yml M test/classes/ConfigTest.php M test/classes/Navigation/NodeFactoryTest.php D test/phpunit-php-nightly.xml Log Message: ----------- Fix PHPUnit 9 deprecations Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 762fdbf48bfd25a53c26fa38bae87ca584139cf7 https://github.com/phpmyadmin/phpmyadmin/commit/762fdbf48bfd25a53c26fa38bae8... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-29 (Wed, 07 July 2026) -03:00 Changed paths: M test/classes/FileTest.php M test/classes/TypesTest.php Log Message: ----------- Fix arg count mismatch in test data providers Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: fe8a56fe2c5d12bb7d064dadfab5d17ac8134105 https://github.com/phpmyadmin/phpmyadmin/commit/fe8a56fe2c5d12bb7d064dadfab5... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-30 (Thu, 07 July 2026) -03:00 Changed paths: M test/classes/CoreTest.php Log Message: ----------- Fix multiple expectation on output in CoreTest Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 8b8b880344a9f5635ee7031fa20d0534d0e843b9 https://github.com/phpmyadmin/phpmyadmin/commit/8b8b880344a9f5635ee7031fa20d... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-30 (Thu, 07 July 2026) -03:00 Changed paths: M .github/workflows/tests.yml Log Message: ----------- Add PHPUnit 10, 11, 12 and 13 builds to CI Psalm needs to be removed to install PHPUnit >= 10. Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 80b1bb3d72db72310df4a7cbc7eb012900b3da05 https://github.com/phpmyadmin/phpmyadmin/commit/80b1bb3d72db72310df4a7cbc7eb... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-30 (Thu, 07 July 2026) -03:00 Changed paths: M test/classes/AbstractNetworkTestCase.php M test/classes/Command/WriteGitRevisionCommandTest.php M test/classes/ConfigStorage/RelationCleanupTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorTest.php M test/classes/ImportTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Server/Privileges/AccountLockingTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/TrackerTest.php M test/classes/UtilTest.php M test/classes/VersionInformationTest.php Log Message: ----------- Fix PHPUnit 10 failing tests and deprecations Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 4742c1f9854b0a12acdf46821a57c8a2f4d12a1b https://github.com/phpmyadmin/phpmyadmin/commit/4742c1f9854b0a12acdf46821a57... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-30 (Thu, 07 July 2026) -03:00 Changed paths: M test/classes/AdvisorTest.php M test/classes/BookmarkTest.php M test/classes/BrowseForeignersTest.php M test/classes/CacheTest.php M test/classes/Charsets/CharsetTest.php M test/classes/Charsets/CollationTest.php M test/classes/CharsetsTest.php M test/classes/CheckUserPrivilegesTest.php M test/classes/Command/SetVersionCommandTest.php M test/classes/Command/TwigLintCommandTest.php M test/classes/Command/WriteGitRevisionCommandTest.php M test/classes/CommonTest.php M test/classes/Config/ConfigFileTest.php M test/classes/Config/DescriptionTest.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/FormTest.php M test/classes/Config/Forms/FormListTest.php M test/classes/Config/PageSettingsTest.php M test/classes/Config/ServerConfigChecksTest.php M test/classes/Config/Settings/ConsoleTest.php M test/classes/Config/Settings/DebugTest.php M test/classes/Config/Settings/ExportTest.php M test/classes/Config/Settings/ImportTest.php M test/classes/Config/Settings/SchemaTest.php M test/classes/Config/Settings/ServerTest.php M test/classes/Config/Settings/SqlQueryBoxTest.php M test/classes/Config/Settings/TransformationsTest.php M test/classes/Config/SettingsTest.php M test/classes/ConfigStorage/RelationCleanupTest.php M test/classes/ConfigStorage/RelationParametersTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/ConfigTest.php M test/classes/ConsoleTest.php M test/classes/Controllers/CheckRelationsControllerTest.php M test/classes/Controllers/Database/EventsControllerTest.php M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Database/RoutinesControllerTest.php M test/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php M test/classes/Controllers/Database/Structure/RealRowCountControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Database/TriggersControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Export/Template/CreateControllerTest.php M test/classes/Controllers/Export/Template/DeleteControllerTest.php M test/classes/Controllers/Export/Template/LoadControllerTest.php M test/classes/Controllers/Export/Template/UpdateControllerTest.php M test/classes/Controllers/GisDataEditorControllerTest.php M test/classes/Controllers/Import/ImportControllerTest.php M test/classes/Controllers/Import/SimulateDmlControllerTest.php M test/classes/Controllers/JavaScriptMessagesControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/NormalizationControllerTest.php M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/CollationsControllerTest.php M test/classes/Controllers/Server/Databases/CreateControllerTest.php M test/classes/Controllers/Server/Databases/DestroyControllerTest.php M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/Controllers/Server/EnginesControllerTest.php M test/classes/Controllers/Server/PluginsControllerTest.php M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M test/classes/Controllers/Server/PrivilegesControllerTest.php M test/classes/Controllers/Server/ShowEngineControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M test/classes/Controllers/Server/Status/ProcessesControllerTest.php M test/classes/Controllers/Server/Status/QueriesControllerTest.php M test/classes/Controllers/Server/Status/StatusControllerTest.php M test/classes/Controllers/Server/Status/VariablesControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Sql/EnumValuesControllerTest.php M test/classes/Controllers/Sql/SetValuesControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/IndexRenameControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/PrivilegesControllerTest.php M test/classes/Controllers/Table/RelationControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Controllers/Table/Structure/ChangeControllerTest.php M test/classes/Controllers/Table/Structure/MoveColumnsControllerTest.php M test/classes/Controllers/Table/Structure/SaveControllerTest.php M test/classes/Controllers/Transformation/OverviewControllerTest.php M test/classes/CoreTest.php M test/classes/CreateAddFieldTest.php M test/classes/Crypto/CryptoTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/Designer/CommonTest.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/SearchTest.php M test/classes/Database/TriggersTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Dbal/DatabaseNameTest.php M test/classes/Dbal/DbiDummyTest.php M test/classes/Dbal/DbiMysqliTest.php M test/classes/Dbal/MysqliResultTest.php M test/classes/Dbal/TableNameTest.php M test/classes/Dbal/WarningTest.php M test/classes/Display/ResultsTest.php M test/classes/EncodingTest.php M test/classes/Engines/BdbTest.php M test/classes/Engines/BinlogTest.php M test/classes/Engines/InnodbTest.php M test/classes/Engines/MemoryTest.php M test/classes/Engines/MrgMyisamTest.php M test/classes/Engines/MyisamTest.php M test/classes/Engines/NdbclusterTest.php M test/classes/Engines/PbxtTest.php M test/classes/Engines/PerformanceSchemaTest.php M test/classes/EnvironmentTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorReportTest.php M test/classes/ErrorTest.php M test/classes/Export/OptionsTest.php M test/classes/ExportTest.php M test/classes/FieldMetadataTest.php M test/classes/FileListingTest.php M test/classes/FileTest.php M test/classes/FlashMessagesTest.php M test/classes/FontTest.php M test/classes/FooterTest.php M test/classes/Gis/GisFactoryTest.php M test/classes/Gis/GisGeomTestCase.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPointTest.php M test/classes/Gis/GisPolygonTest.php M test/classes/Gis/GisVisualizationTest.php M test/classes/GitTest.php M test/classes/HeaderTest.php M test/classes/Html/GeneratorTest.php M test/classes/Html/MySQLDocumentationTest.php M test/classes/Html/SecurityTest.php M test/classes/Http/Factory/ServerRequestFactoryTest.php M test/classes/Import/AjaxTest.php M test/classes/ImportTest.php M test/classes/IndexColumnTest.php M test/classes/IndexTest.php M test/classes/InsertEditTest.php M test/classes/InternalRelationsTest.php M test/classes/IpAllowDenyTest.php M test/classes/LanguageTest.php M test/classes/LinterTest.php M test/classes/ListDatabaseTest.php M test/classes/LoggingTest.php M test/classes/MenuTest.php M test/classes/MessageTest.php M test/classes/MimeTest.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/NormalizationTest.php M test/classes/OpenDocumentTest.php M test/classes/OperationsTest.php M test/classes/Partitioning/PartitionTest.php M test/classes/Partitioning/SubPartitionTest.php M test/classes/Partitioning/TablePartitionDefinitionTest.php M test/classes/PdfTest.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/ExportHtmlwordTest.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/ExportOdtTest.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/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/ExportYamlTest.php M test/classes/Plugins/Export/Helpers/TablePropertyTest.php M test/classes/Plugins/Import/ImportCsvTest.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/ImportShpTest.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/Plugins/Transformations/TransformationPluginsTest.php M test/classes/Plugins/TwoFactor/KeyTest.php M test/classes/Plugins/TwoFactor/WebAuthnTest.php M test/classes/PluginsTest.php M test/classes/ProfilingTest.php M test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php M test/classes/Properties/Options/Items/PropertyItemsTest.php M test/classes/Properties/Options/OptionsPropertyGroupTest.php M test/classes/Properties/Options/OptionsPropertyItemTest.php M test/classes/Properties/Options/OptionsPropertyOneItemTest.php M test/classes/Properties/Plugins/ExportPluginPropertiesTest.php M test/classes/Properties/Plugins/ImportPluginPropertiesTest.php M test/classes/Properties/Plugins/PluginPropertyItemTest.php M test/classes/Properties/PropertyItemTest.php M test/classes/Query/CompatibilityTest.php M test/classes/Query/GeneratorTest.php M test/classes/ReplicationGuiTest.php M test/classes/ResponseRendererTest.php M test/classes/RoutingTest.php M test/classes/SanitizeTest.php M test/classes/ScriptsTest.php M test/classes/Server/PluginTest.php M test/classes/Server/PluginsTest.php M test/classes/Server/Privileges/AccountLockingTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Server/SysInfo/SysInfoTest.php M test/classes/Setup/ConfigGeneratorTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/Setup/IndexTest.php M test/classes/SqlQueryFormTest.php M test/classes/SqlTest.php M test/classes/StorageEngineTest.php M test/classes/SystemDatabaseTest.php M test/classes/Table/ColumnsDefinitionTest.php M test/classes/Table/IndexesTest.php M test/classes/Table/Maintenance/MessageTest.php M test/classes/Table/SearchTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php M test/classes/TrackerTest.php M test/classes/TrackingTest.php M test/classes/TransformationsTest.php M test/classes/TwoFactorTest.php M test/classes/TypesByDatabaseVersionTest.php M test/classes/TypesTest.php M test/classes/UrlTest.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/FormatConverterTest.php M test/classes/Utils/GisTest.php M test/classes/Utils/HttpRequestTest.php M test/classes/Utils/SessionCacheTest.php M test/classes/VersionInformationTest.php M test/classes/VersionTest.php M test/classes/WebAuthn/CBORDecoderTest.php M test/classes/WebAuthn/CustomServerTest.php M test/classes/WebAuthn/WebauthnLibServerTest.php M test/classes/ZipExtensionTest.php M test/selenium/ChangePasswordTest.php M test/selenium/CreateDropDatabaseTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/Database/EventsTest.php M test/selenium/Database/OperationsTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/Database/QueryByExampleTest.php M test/selenium/Database/StructureTest.php M test/selenium/Database/TriggersTest.php M test/selenium/ExportTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/NormalizationTest.php M test/selenium/ServerSettingsTest.php M test/selenium/SqlQueryTest.php M test/selenium/Table/BrowseTest.php M test/selenium/Table/CreateTest.php M test/selenium/Table/InsertTest.php M test/selenium/Table/OperationsTest.php M test/selenium/Table/StructureTest.php M test/selenium/TrackingTest.php M test/selenium/XssTest.php Log Message: ----------- Add PHPUnit attributes Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 56fadd9cbf991e20d161432ecbb3caa450fcc789 https://github.com/phpmyadmin/phpmyadmin/commit/56fadd9cbf991e20d161432ecbb3... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M test/classes/Config/ConfigFileTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/FormTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/ConfigTest.php M test/classes/Database/TriggersTest.php M test/classes/EncodingTest.php M test/classes/ErrorHandlerTest.php M test/classes/ExportTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/Html/GeneratorTest.php M test/classes/InsertEditTest.php M test/classes/LanguageTest.php M test/classes/PdfTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.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/ExportHtmlwordTest.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/ExportOdtTest.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/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/ExportYamlTest.php M test/classes/Plugins/Import/ImportCsvTest.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/ImportShpTest.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/Plugins/Transformations/TransformationPluginsTest.php M test/classes/ReplicationGuiTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Setup/ConfigGeneratorTest.php M test/classes/ThemeTest.php M test/classes/Utils/HttpRequestTest.php M test/classes/VersionInformationTest.php M test/selenium/ChangePasswordTest.php M test/selenium/CreateDropDatabaseTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/Database/EventsTest.php M test/selenium/Database/OperationsTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/Database/StructureTest.php M test/selenium/Database/TriggersTest.php M test/selenium/ExportTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/NormalizationTest.php M test/selenium/ServerSettingsTest.php M test/selenium/Table/BrowseTest.php M test/selenium/Table/CreateTest.php M test/selenium/Table/InsertTest.php M test/selenium/Table/OperationsTest.php M test/selenium/Table/StructureTest.php M test/selenium/TrackingTest.php M test/selenium/XssTest.php Log Message: ----------- Move large and medium annotations to the class instead of methods Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 06135117b373576c2e8e86f4f5b28afc00911069 https://github.com/phpmyadmin/phpmyadmin/commit/06135117b373576c2e8e86f4f5b2... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M test/classes/ErrorTest.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPolygonTest.php Log Message: ----------- Use assertMatchesRegularExpressionCompat where possible Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 3e616997ff0f8df23d88ac9eb73d8fa2c9111de1 https://github.com/phpmyadmin/phpmyadmin/commit/3e616997ff0f8df23d88ac9eb73d... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M test/classes/AbstractNetworkTestCase.php M test/classes/AbstractTestCase.php M test/classes/CharsetsTest.php M test/classes/Config/FormDisplayTest.php M test/classes/ConfigStorage/RelationCleanupTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Server/Databases/DestroyControllerTest.php M test/classes/Controllers/Server/PluginsControllerTest.php M test/classes/Controllers/Server/ShowEngineControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/RelationControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/Designer/CommonTest.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/SearchTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Dbal/DbiMysqliTest.php M test/classes/Dbal/MysqliResultTest.php M test/classes/Display/ResultsTest.php M test/classes/Export/OptionsTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/InsertEditTest.php M test/classes/Navigation/NavigationTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/NormalizationTest.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/ExportHtmlwordTest.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/ExportOdtTest.php M test/classes/Plugins/Export/ExportPdfTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Import/ImportCsvTest.php M test/classes/Plugins/Import/ImportLdiTest.php M test/classes/Plugins/Import/ImportMediawikiTest.php M test/classes/Plugins/Import/ImportShpTest.php M test/classes/Plugins/Import/ImportSqlTest.php M test/classes/Plugins/Import/ImportXmlTest.php M test/classes/Plugins/TwoFactor/WebAuthnTest.php M test/classes/Properties/Options/OptionsPropertyGroupTest.php M test/classes/Properties/Options/OptionsPropertyItemTest.php M test/classes/Properties/Options/OptionsPropertyOneItemTest.php M test/classes/Properties/Plugins/PluginPropertyItemTest.php M test/classes/Properties/PropertyItemTest.php M test/classes/Server/Privileges/AccountLockingTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/StorageEngineTest.php M test/classes/SystemDatabaseTest.php M test/classes/Table/IndexesTest.php M test/classes/TableTest.php M test/classes/ThemeManagerTest.php M test/classes/TrackerTest.php M test/classes/TransformationsTest.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/VersionInformationTest.php Log Message: ----------- Fix PHPUnit 11 deprecations Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: fbb6bfd74796e664d3cafd88d5d59ff3a9981f9f https://github.com/phpmyadmin/phpmyadmin/commit/fbb6bfd74796e664d3cafd88d5d5... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M test/classes/AbstractNetworkTestCase.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/RelationControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/Designer/CommonTest.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/SearchTest.php M test/classes/Export/OptionsTest.php M test/classes/InsertEditTest.php M test/classes/Navigation/NavigationTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/NormalizationTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Import/ImportLdiTest.php M test/classes/Plugins/Import/ImportXmlTest.php M test/classes/Server/PrivilegesTest.php M test/classes/SystemDatabaseTest.php M test/classes/Table/IndexesTest.php M test/classes/TableTest.php M test/classes/ThemeManagerTest.php M test/classes/TrackerTest.php M test/classes/TransformationsTest.php M test/classes/UserPreferencesTest.php M test/classes/UtilTest.php M test/classes/VersionInformationTest.php Log Message: ----------- Fix PHPUnit 12 deprecations Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 4974299a5dbea18aab9fb8d1bc0afe688cc5f57d https://github.com/phpmyadmin/phpmyadmin/commit/4974299a5dbea18aab9fb8d1bc0a... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M test/classes/Config/ServerConfigChecksTest.php M test/classes/ConfigStorage/RelationCleanupTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/PrivilegesControllerTest.php M test/classes/Controllers/Table/RelationControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/EventsTest.php M test/classes/Database/RoutinesTest.php M test/classes/Export/OptionsTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/InsertEditTest.php M test/classes/NormalizationTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Import/ImportCsvTest.php M test/classes/Plugins/Import/ImportLdiTest.php M test/classes/Plugins/Import/ImportShpTest.php M test/classes/Plugins/Import/ImportXmlTest.php M test/classes/Properties/Options/OptionsPropertyGroupTest.php M test/classes/Properties/Options/OptionsPropertyItemTest.php M test/classes/Properties/Options/OptionsPropertyOneItemTest.php M test/classes/Properties/Plugins/PluginPropertyItemTest.php M test/classes/Properties/PropertyItemTest.php M test/classes/Server/PrivilegesTest.php M test/classes/SystemDatabaseTest.php M test/classes/Table/IndexesTest.php M test/classes/TableTest.php M test/classes/ThemeManagerTest.php M test/classes/TrackerTest.php M test/classes/TransformationsTest.php M test/classes/UtilTest.php M test/classes/VersionInformationTest.php Log Message: ----------- Add AllowMockObjectsWithoutExpectations PHPUnit attribute Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 0b2775951bc8d79c89e32b197d1556f366ace8e4 https://github.com/phpmyadmin/phpmyadmin/commit/0b2775951bc8d79c89e32b197d15... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M test/classes/ErrorHandlerTest.php M test/classes/ErrorTest.php Log Message: ----------- Remove deprecated constant E_STRICT Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 86fb10e688b9afd66d4028d44a1de5347bdb1c83 https://github.com/phpmyadmin/phpmyadmin/commit/86fb10e688b9afd66d4028d44a1d... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M test/classes/AdvisorTest.php M test/classes/BookmarkTest.php M test/classes/BrowseForeignersTest.php M test/classes/CacheTest.php M test/classes/Charsets/CharsetTest.php M test/classes/Charsets/CollationTest.php M test/classes/CharsetsTest.php M test/classes/CheckUserPrivilegesTest.php M test/classes/Command/SetVersionCommandTest.php M test/classes/Command/TwigLintCommandTest.php M test/classes/Command/WriteGitRevisionCommandTest.php M test/classes/CommonTest.php M test/classes/Config/ConfigFileTest.php M test/classes/Config/DescriptionTest.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/FormTest.php M test/classes/Config/Forms/FormListTest.php M test/classes/Config/PageSettingsTest.php M test/classes/Config/ServerConfigChecksTest.php M test/classes/Config/Settings/ConsoleTest.php M test/classes/Config/Settings/DebugTest.php M test/classes/Config/Settings/ExportTest.php M test/classes/Config/Settings/ImportTest.php M test/classes/Config/Settings/SchemaTest.php M test/classes/Config/Settings/ServerTest.php M test/classes/Config/Settings/SqlQueryBoxTest.php M test/classes/Config/Settings/TransformationsTest.php M test/classes/Config/SettingsTest.php M test/classes/ConfigStorage/RelationCleanupTest.php M test/classes/ConfigStorage/RelationParametersTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/ConfigTest.php M test/classes/ConsoleTest.php M test/classes/Controllers/CheckRelationsControllerTest.php M test/classes/Controllers/Database/EventsControllerTest.php M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Database/RoutinesControllerTest.php M test/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php M test/classes/Controllers/Database/Structure/RealRowCountControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Database/TriggersControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Export/Template/CreateControllerTest.php M test/classes/Controllers/Export/Template/DeleteControllerTest.php M test/classes/Controllers/Export/Template/LoadControllerTest.php M test/classes/Controllers/Export/Template/UpdateControllerTest.php M test/classes/Controllers/GisDataEditorControllerTest.php M test/classes/Controllers/Import/ImportControllerTest.php M test/classes/Controllers/Import/SimulateDmlControllerTest.php M test/classes/Controllers/JavaScriptMessagesControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/NormalizationControllerTest.php M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/CollationsControllerTest.php M test/classes/Controllers/Server/Databases/CreateControllerTest.php M test/classes/Controllers/Server/Databases/DestroyControllerTest.php M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/Controllers/Server/EnginesControllerTest.php M test/classes/Controllers/Server/PluginsControllerTest.php M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M test/classes/Controllers/Server/PrivilegesControllerTest.php M test/classes/Controllers/Server/ShowEngineControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M test/classes/Controllers/Server/Status/ProcessesControllerTest.php M test/classes/Controllers/Server/Status/QueriesControllerTest.php M test/classes/Controllers/Server/Status/StatusControllerTest.php M test/classes/Controllers/Server/Status/VariablesControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Sql/EnumValuesControllerTest.php M test/classes/Controllers/Sql/SetValuesControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/IndexRenameControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/PrivilegesControllerTest.php M test/classes/Controllers/Table/RelationControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Controllers/Table/Structure/ChangeControllerTest.php M test/classes/Controllers/Table/Structure/MoveColumnsControllerTest.php M test/classes/Controllers/Table/Structure/SaveControllerTest.php M test/classes/Controllers/Transformation/OverviewControllerTest.php M test/classes/CoreTest.php M test/classes/CreateAddFieldTest.php M test/classes/Crypto/CryptoTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/Designer/CommonTest.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/SearchTest.php M test/classes/Database/TriggersTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Dbal/DatabaseNameTest.php M test/classes/Dbal/DbiDummyTest.php M test/classes/Dbal/DbiMysqliTest.php M test/classes/Dbal/MysqliResultTest.php M test/classes/Dbal/TableNameTest.php M test/classes/Dbal/WarningTest.php M test/classes/Display/ResultsTest.php M test/classes/EncodingTest.php M test/classes/Engines/BdbTest.php M test/classes/Engines/BinlogTest.php M test/classes/Engines/InnodbTest.php M test/classes/Engines/MemoryTest.php M test/classes/Engines/MrgMyisamTest.php M test/classes/Engines/MyisamTest.php M test/classes/Engines/NdbclusterTest.php M test/classes/Engines/PbxtTest.php M test/classes/Engines/PerformanceSchemaTest.php M test/classes/EnvironmentTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorReportTest.php M test/classes/ErrorTest.php M test/classes/Export/OptionsTest.php M test/classes/ExportTest.php M test/classes/FieldMetadataTest.php M test/classes/FileListingTest.php M test/classes/FileTest.php M test/classes/FlashMessagesTest.php M test/classes/FontTest.php M test/classes/FooterTest.php M test/classes/Gis/GisFactoryTest.php M test/classes/Gis/GisGeomTestCase.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPointTest.php M test/classes/Gis/GisPolygonTest.php M test/classes/Gis/GisVisualizationTest.php M test/classes/GitTest.php M test/classes/HeaderTest.php M test/classes/Html/GeneratorTest.php M test/classes/Html/MySQLDocumentationTest.php M test/classes/Html/SecurityTest.php M test/classes/Http/Factory/ServerRequestFactoryTest.php M test/classes/Import/AjaxTest.php M test/classes/ImportTest.php M test/classes/IndexColumnTest.php M test/classes/IndexTest.php M test/classes/InsertEditTest.php M test/classes/InternalRelationsTest.php M test/classes/IpAllowDenyTest.php M test/classes/LanguageTest.php M test/classes/LinterTest.php M test/classes/ListDatabaseTest.php M test/classes/LoggingTest.php M test/classes/MenuTest.php M test/classes/MessageTest.php M test/classes/MimeTest.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/NormalizationTest.php M test/classes/OpenDocumentTest.php M test/classes/OperationsTest.php M test/classes/Partitioning/PartitionTest.php M test/classes/Partitioning/SubPartitionTest.php M test/classes/Partitioning/TablePartitionDefinitionTest.php M test/classes/PdfTest.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/ExportHtmlwordTest.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/ExportOdtTest.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/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/ExportYamlTest.php M test/classes/Plugins/Export/Helpers/TablePropertyTest.php M test/classes/Plugins/Import/ImportCsvTest.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/ImportShpTest.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/Plugins/Transformations/TransformationPluginsTest.php M test/classes/Plugins/TwoFactor/KeyTest.php M test/classes/Plugins/TwoFactor/WebAuthnTest.php M test/classes/PluginsTest.php M test/classes/ProfilingTest.php M test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php M test/classes/Properties/Options/Items/PropertyItemsTest.php M test/classes/Properties/Options/OptionsPropertyGroupTest.php M test/classes/Properties/Options/OptionsPropertyItemTest.php M test/classes/Properties/Options/OptionsPropertyOneItemTest.php M test/classes/Properties/Plugins/ExportPluginPropertiesTest.php M test/classes/Properties/Plugins/ImportPluginPropertiesTest.php M test/classes/Properties/Plugins/PluginPropertyItemTest.php M test/classes/Properties/PropertyItemTest.php M test/classes/Query/CompatibilityTest.php M test/classes/Query/GeneratorTest.php M test/classes/ReplicationGuiTest.php M test/classes/ResponseRendererTest.php M test/classes/RoutingTest.php M test/classes/SanitizeTest.php M test/classes/ScriptsTest.php M test/classes/Server/PluginTest.php M test/classes/Server/PluginsTest.php M test/classes/Server/Privileges/AccountLockingTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Server/SysInfo/SysInfoTest.php M test/classes/Setup/ConfigGeneratorTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/Setup/IndexTest.php M test/classes/SqlQueryFormTest.php M test/classes/SqlTest.php M test/classes/StorageEngineTest.php M test/classes/SystemDatabaseTest.php M test/classes/Table/ColumnsDefinitionTest.php M test/classes/Table/IndexesTest.php M test/classes/Table/Maintenance/MessageTest.php M test/classes/Table/SearchTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php M test/classes/TrackerTest.php M test/classes/TrackingTest.php M test/classes/TransformationsTest.php M test/classes/TwoFactorTest.php M test/classes/TypesByDatabaseVersionTest.php M test/classes/TypesTest.php M test/classes/UrlTest.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/FormatConverterTest.php M test/classes/Utils/GisTest.php M test/classes/Utils/HttpRequestTest.php M test/classes/Utils/SessionCacheTest.php M test/classes/VersionInformationTest.php M test/classes/VersionTest.php M test/classes/WebAuthn/CBORDecoderTest.php M test/classes/WebAuthn/CustomServerTest.php M test/classes/WebAuthn/WebauthnLibServerTest.php M test/classes/ZipExtensionTest.php M test/selenium/ChangePasswordTest.php M test/selenium/CreateDropDatabaseTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/Database/EventsTest.php M test/selenium/Database/OperationsTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/Database/QueryByExampleTest.php M test/selenium/Database/StructureTest.php M test/selenium/Database/TriggersTest.php M test/selenium/ExportTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/NormalizationTest.php M test/selenium/ServerSettingsTest.php M test/selenium/SqlQueryTest.php M test/selenium/Table/BrowseTest.php M test/selenium/Table/CreateTest.php M test/selenium/Table/InsertTest.php M test/selenium/Table/OperationsTest.php M test/selenium/Table/StructureTest.php M test/selenium/TrackingTest.php M test/selenium/XssTest.php Log Message: ----------- Fix coding standard issues Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: f5ce014d4b41cbb7566ed60375fd5406337fe415 https://github.com/phpmyadmin/phpmyadmin/commit/f5ce014d4b41cbb7566ed60375fd... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M test/classes/TypesTest.php Log Message: ----------- Update PHPStan and Psalm baselines Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 8ccc5b6e22f5385a4d818dd7222146a0de584695 https://github.com/phpmyadmin/phpmyadmin/commit/8ccc5b6e22f5385a4d818dd72221... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M test/classes/LanguageTest.php Log Message: ----------- Fix LanguageTest failing test when missing locales Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 0ac0af5cbef124e3cc3be73ab6a5622a21bb58ed https://github.com/phpmyadmin/phpmyadmin/commit/0ac0af5cbef124e3cc3be73ab6a5... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M .github/workflows/tests.yml M phpstan-baseline.neon M psalm-baseline.xml M test/classes/AbstractNetworkTestCase.php M test/classes/AbstractTestCase.php M test/classes/AdvisorTest.php M test/classes/BookmarkTest.php M test/classes/BrowseForeignersTest.php M test/classes/CacheTest.php M test/classes/Charsets/CharsetTest.php M test/classes/Charsets/CollationTest.php M test/classes/CharsetsTest.php M test/classes/CheckUserPrivilegesTest.php M test/classes/Command/SetVersionCommandTest.php M test/classes/Command/TwigLintCommandTest.php M test/classes/Command/WriteGitRevisionCommandTest.php M test/classes/CommonTest.php M test/classes/Config/ConfigFileTest.php M test/classes/Config/DescriptionTest.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/FormTest.php M test/classes/Config/Forms/FormListTest.php M test/classes/Config/PageSettingsTest.php M test/classes/Config/ServerConfigChecksTest.php M test/classes/Config/Settings/ConsoleTest.php M test/classes/Config/Settings/DebugTest.php M test/classes/Config/Settings/ExportTest.php M test/classes/Config/Settings/ImportTest.php M test/classes/Config/Settings/SchemaTest.php M test/classes/Config/Settings/ServerTest.php M test/classes/Config/Settings/SqlQueryBoxTest.php M test/classes/Config/Settings/TransformationsTest.php M test/classes/Config/SettingsTest.php M test/classes/ConfigStorage/RelationCleanupTest.php M test/classes/ConfigStorage/RelationParametersTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/ConfigTest.php M test/classes/ConsoleTest.php M test/classes/Controllers/CheckRelationsControllerTest.php M test/classes/Controllers/Database/EventsControllerTest.php M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Database/RoutinesControllerTest.php M test/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php M test/classes/Controllers/Database/Structure/RealRowCountControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Database/TriggersControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Export/Template/CreateControllerTest.php M test/classes/Controllers/Export/Template/DeleteControllerTest.php M test/classes/Controllers/Export/Template/LoadControllerTest.php M test/classes/Controllers/Export/Template/UpdateControllerTest.php M test/classes/Controllers/GisDataEditorControllerTest.php M test/classes/Controllers/Import/ImportControllerTest.php M test/classes/Controllers/Import/SimulateDmlControllerTest.php M test/classes/Controllers/JavaScriptMessagesControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/NormalizationControllerTest.php M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/CollationsControllerTest.php M test/classes/Controllers/Server/Databases/CreateControllerTest.php M test/classes/Controllers/Server/Databases/DestroyControllerTest.php M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/Controllers/Server/EnginesControllerTest.php M test/classes/Controllers/Server/PluginsControllerTest.php M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M test/classes/Controllers/Server/PrivilegesControllerTest.php M test/classes/Controllers/Server/ShowEngineControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M test/classes/Controllers/Server/Status/ProcessesControllerTest.php M test/classes/Controllers/Server/Status/QueriesControllerTest.php M test/classes/Controllers/Server/Status/StatusControllerTest.php M test/classes/Controllers/Server/Status/VariablesControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Sql/EnumValuesControllerTest.php M test/classes/Controllers/Sql/SetValuesControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/IndexRenameControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/PrivilegesControllerTest.php M test/classes/Controllers/Table/RelationControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Controllers/Table/Structure/ChangeControllerTest.php M test/classes/Controllers/Table/Structure/MoveColumnsControllerTest.php M test/classes/Controllers/Table/Structure/SaveControllerTest.php M test/classes/Controllers/Transformation/OverviewControllerTest.php M test/classes/CoreTest.php M test/classes/CreateAddFieldTest.php M test/classes/Crypto/CryptoTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/Designer/CommonTest.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/SearchTest.php M test/classes/Database/TriggersTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Dbal/DatabaseNameTest.php M test/classes/Dbal/DbiDummyTest.php M test/classes/Dbal/DbiMysqliTest.php M test/classes/Dbal/MysqliResultTest.php M test/classes/Dbal/TableNameTest.php M test/classes/Dbal/WarningTest.php M test/classes/Display/ResultsTest.php M test/classes/EncodingTest.php M test/classes/Engines/BdbTest.php M test/classes/Engines/BinlogTest.php M test/classes/Engines/InnodbTest.php M test/classes/Engines/MemoryTest.php M test/classes/Engines/MrgMyisamTest.php M test/classes/Engines/MyisamTest.php M test/classes/Engines/NdbclusterTest.php M test/classes/Engines/PbxtTest.php M test/classes/Engines/PerformanceSchemaTest.php M test/classes/EnvironmentTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorReportTest.php M test/classes/ErrorTest.php M test/classes/Export/OptionsTest.php M test/classes/ExportTest.php M test/classes/FieldMetadataTest.php M test/classes/FileListingTest.php M test/classes/FileTest.php M test/classes/FlashMessagesTest.php M test/classes/FontTest.php M test/classes/FooterTest.php M test/classes/Gis/GisFactoryTest.php M test/classes/Gis/GisGeomTestCase.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPointTest.php M test/classes/Gis/GisPolygonTest.php M test/classes/Gis/GisVisualizationTest.php M test/classes/GitTest.php M test/classes/HeaderTest.php M test/classes/Html/GeneratorTest.php M test/classes/Html/MySQLDocumentationTest.php M test/classes/Html/SecurityTest.php M test/classes/Http/Factory/ServerRequestFactoryTest.php M test/classes/Import/AjaxTest.php M test/classes/ImportTest.php M test/classes/IndexColumnTest.php M test/classes/IndexTest.php M test/classes/InsertEditTest.php M test/classes/InternalRelationsTest.php M test/classes/IpAllowDenyTest.php M test/classes/LanguageTest.php M test/classes/LinterTest.php M test/classes/ListDatabaseTest.php M test/classes/LoggingTest.php M test/classes/MenuTest.php M test/classes/MessageTest.php M test/classes/MimeTest.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/NormalizationTest.php M test/classes/OpenDocumentTest.php M test/classes/OperationsTest.php M test/classes/Partitioning/PartitionTest.php M test/classes/Partitioning/SubPartitionTest.php M test/classes/Partitioning/TablePartitionDefinitionTest.php M test/classes/PdfTest.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/ExportHtmlwordTest.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/ExportOdtTest.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/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/ExportYamlTest.php M test/classes/Plugins/Export/Helpers/TablePropertyTest.php M test/classes/Plugins/Import/ImportCsvTest.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/ImportShpTest.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/Plugins/Transformations/TransformationPluginsTest.php M test/classes/Plugins/TwoFactor/KeyTest.php M test/classes/Plugins/TwoFactor/WebAuthnTest.php M test/classes/PluginsTest.php M test/classes/ProfilingTest.php M test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php M test/classes/Properties/Options/Items/PropertyItemsTest.php M test/classes/Properties/Options/OptionsPropertyGroupTest.php M test/classes/Properties/Options/OptionsPropertyItemTest.php M test/classes/Properties/Options/OptionsPropertyOneItemTest.php M test/classes/Properties/Plugins/ExportPluginPropertiesTest.php M test/classes/Properties/Plugins/ImportPluginPropertiesTest.php M test/classes/Properties/Plugins/PluginPropertyItemTest.php M test/classes/Properties/PropertyItemTest.php M test/classes/Query/CompatibilityTest.php M test/classes/Query/GeneratorTest.php M test/classes/ReplicationGuiTest.php M test/classes/ResponseRendererTest.php M test/classes/RoutingTest.php M test/classes/SanitizeTest.php M test/classes/ScriptsTest.php M test/classes/Server/PluginTest.php M test/classes/Server/PluginsTest.php M test/classes/Server/Privileges/AccountLockingTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Server/SysInfo/SysInfoTest.php M test/classes/Setup/ConfigGeneratorTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/Setup/IndexTest.php M test/classes/SqlQueryFormTest.php M test/classes/SqlTest.php M test/classes/StorageEngineTest.php M test/classes/SystemDatabaseTest.php M test/classes/Table/ColumnsDefinitionTest.php M test/classes/Table/IndexesTest.php M test/classes/Table/Maintenance/MessageTest.php M test/classes/Table/SearchTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php M test/classes/TrackerTest.php M test/classes/TrackingTest.php M test/classes/TransformationsTest.php M test/classes/TwoFactorTest.php M test/classes/TypesByDatabaseVersionTest.php M test/classes/TypesTest.php M test/classes/UrlTest.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/FormatConverterTest.php M test/classes/Utils/GisTest.php M test/classes/Utils/HttpRequestTest.php M test/classes/Utils/SessionCacheTest.php M test/classes/VersionInformationTest.php M test/classes/VersionTest.php M test/classes/WebAuthn/CBORDecoderTest.php M test/classes/WebAuthn/CustomServerTest.php M test/classes/WebAuthn/WebauthnLibServerTest.php M test/classes/ZipExtensionTest.php M test/selenium/ChangePasswordTest.php M test/selenium/CreateDropDatabaseTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/Database/EventsTest.php M test/selenium/Database/OperationsTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/Database/QueryByExampleTest.php M test/selenium/Database/StructureTest.php M test/selenium/Database/TriggersTest.php M test/selenium/ExportTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/NormalizationTest.php M test/selenium/ServerSettingsTest.php M test/selenium/SqlQueryTest.php M test/selenium/Table/BrowseTest.php M test/selenium/Table/CreateTest.php M test/selenium/Table/InsertTest.php M test/selenium/Table/OperationsTest.php M test/selenium/Table/StructureTest.php M test/selenium/TrackingTest.php M test/selenium/XssTest.php D test/phpunit-php-nightly.xml Log Message: ----------- Merge pull request #20405 from MauricioFauth/phpunit-13-support Add support for PHPUnit 10, 11, 12 and 13 Commit: 28cd3776d25eb533a0f73265dd3f01a6fa66cf3e https://github.com/phpmyadmin/phpmyadmin/commit/28cd3776d25eb533a0f73265dd3f... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-31 (Fri, 07 July 2026) -03:00 Changed paths: M .github/workflows/tests.yml M phpstan-baseline.neon M psalm-baseline.xml M tests/unit/ApplicationTest.php M tests/unit/Config/ServerConfigChecksTest.php M tests/unit/Config/UserPreferencesTest.php M tests/unit/ConfigStorage/RelationCleanupTest.php M tests/unit/ConfigStorage/RelationTest.php M tests/unit/ConfigStorage/UserGroupsTest.php M tests/unit/Controllers/CollationConnectionControllerTest.php M tests/unit/Controllers/Database/PrivilegesControllerTest.php M tests/unit/Controllers/Database/StructureControllerTest.php M tests/unit/Controllers/Export/ExportControllerTest.php M tests/unit/Controllers/LogoutControllerTest.php M tests/unit/Controllers/Server/Databases/DestroyControllerTest.php M tests/unit/Controllers/Server/PluginsControllerTest.php M tests/unit/Controllers/Server/Status/AdvisorControllerTest.php M tests/unit/Controllers/Server/VariablesControllerTest.php M tests/unit/Controllers/Table/ChangeRowsControllerTest.php M tests/unit/Controllers/Table/IndexesControllerTest.php M tests/unit/Controllers/Table/PrivilegesControllerTest.php M tests/unit/Controllers/Table/RelationControllerTest.php M tests/unit/Controllers/Table/Structure/SaveControllerTest.php M tests/unit/Controllers/Table/Structure/SpatialControllerTest.php M tests/unit/Controllers/Table/Structure/UniqueControllerTest.php M tests/unit/Controllers/ThemeSetControllerTest.php M tests/unit/Controllers/Triggers/IndexControllerTest.php M tests/unit/Database/CentralColumnsTest.php M tests/unit/Database/DesignerTest.php M tests/unit/Database/EventsTest.php M tests/unit/Database/RoutinesTest.php M tests/unit/Database/SearchTest.php M tests/unit/DbTableExistsTest.php M tests/unit/Dbal/DbiMysqliTest.php M tests/unit/Dbal/MysqliResultTest.php M tests/unit/Display/ResultsTest.php M tests/unit/Error/ErrorTest.php M tests/unit/Export/OptionsTest.php M tests/unit/Gis/GisGeometryTest.php M tests/unit/Http/Handler/ApplicationHandlerTest.php M tests/unit/Http/Handler/QueueRequestHandlerTest.php M tests/unit/Http/Middleware/AuthenticationTest.php M tests/unit/Http/Middleware/RecentTableHandlingTest.php M tests/unit/Http/Middleware/StatementHistoryTest.php M tests/unit/Http/Middleware/UrlParamsSettingTest.php M tests/unit/InsertEditTest.php M tests/unit/Navigation/NavigationTest.php M tests/unit/Navigation/Nodes/NodeTableTest.php M tests/unit/Navigation/Nodes/NodeTest.php M tests/unit/NormalizationTest.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/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdsTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportPdfTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Plugins/Import/ImportCsvTest.php M tests/unit/Plugins/Import/ImportLdiTest.php M tests/unit/Plugins/Import/ImportMediawikiTest.php M tests/unit/Plugins/Import/ImportShpTest.php M tests/unit/Plugins/Import/ImportXmlTest.php M tests/unit/Plugins/TwoFactor/WebAuthnTest.php M tests/unit/Properties/Options/OptionsPropertyGroupTest.php M tests/unit/Properties/Options/OptionsPropertyOneItemTest.php M tests/unit/Server/Privileges/AccountLockingTest.php M tests/unit/Server/PrivilegesTest.php M tests/unit/SystemDatabaseTest.php M tests/unit/Table/IndexesTest.php M tests/unit/Table/TableTest.php M tests/unit/Tracking/TrackerTest.php M tests/unit/Tracking/TrackingTest.php M tests/unit/TransformationsTest.php M tests/unit/UtilTest.php M tests/unit/Utils/ForeignKeyTest.php M tests/unit/Utils/GisTest.php M tests/unit/VersionInformationTest.php Log Message: ----------- Merge branch 'QA_5_2' Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>
participants (1)
-
Maurício Meneghini Fauth