Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0ab9e4ac77e93fcaeb68808a31ac9d0b692b02d2 https://github.com/phpmyadmin/phpmyadmin/commit/0ab9e4ac77e93fcaeb68808a31ac... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-02-14 (Tue, 02 February 2023) -03:00
Changed paths: M phpstan-baseline.neon M test/classes/AbstractTestCase.php M test/classes/Advisory/AdvisorTest.php M test/classes/Advisory/RulesTest.php M test/classes/CacheTest.php M test/classes/Charsets/CollationTest.php M test/classes/Command/SetVersionCommandTest.php M test/classes/CommonTest.php M test/classes/Config/DescriptionTest.php M test/classes/Config/Forms/FormListTest.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/RelationParametersTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigTest.php M test/classes/Controllers/Normalization/FirstNormalForm/FirstStepControllerTest.php M test/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php M test/classes/Controllers/Table/Maintenance/CheckControllerTest.php M test/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php M test/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php M test/classes/Controllers/Table/Maintenance/RepairControllerTest.php M test/classes/Controllers/Table/Partition/AnalyzeControllerTest.php M test/classes/Controllers/Table/Partition/CheckControllerTest.php M test/classes/Controllers/Table/Partition/DropControllerTest.php M test/classes/Controllers/Table/Partition/OptimizeControllerTest.php M test/classes/Controllers/Table/Partition/RebuildControllerTest.php M test/classes/Controllers/Table/Partition/RepairControllerTest.php M test/classes/Controllers/Table/Partition/TruncateControllerTest.php M test/classes/Controllers/ThemeSetControllerTest.php M test/classes/CoreTest.php M test/classes/CreateAddFieldTest.php M test/classes/Database/EventsTest.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/TableNameTest.php M test/classes/Dbal/WarningTest.php M test/classes/Display/ResultsTest.php M test/classes/Engines/PbxtTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorReportTest.php M test/classes/ErrorTest.php M test/classes/FileTest.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/HeaderTest.php M test/classes/Html/GeneratorTest.php M test/classes/Http/Factory/ServerRequestFactoryTest.php M test/classes/Http/ServerRequestTest.php M test/classes/Import/SimulateDmlTest.php M test/classes/ImportTest.php M test/classes/InsertEditTest.php M test/classes/IpAllowDenyTest.php M test/classes/LanguageTest.php M test/classes/MessageTest.php M test/classes/MimeTest.php M test/classes/Navigation/Nodes/NodeTableTest.php M test/classes/OperationsTest.php M test/classes/Partitioning/PartitionTest.php M test/classes/Partitioning/TablePartitionDefinitionTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/AuthenticationPluginFactoryTest.php M test/classes/Plugins/Export/Helpers/TablePropertyTest.php M test/classes/Plugins/Import/ImportOdsTest.php M test/classes/Plugins/Transformations/TransformationPluginsTest.php M test/classes/PluginsTest.php M test/classes/Query/CompatibilityTest.php M test/classes/SanitizeTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Server/SysInfo/SysInfoTest.php M test/classes/SqlTest.php M test/classes/StorageEngineTest.php M test/classes/Table/ColumnsDefinitionTest.php M test/classes/Table/Maintenance/MessageTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/ThemeTest.php M test/classes/TrackerTest.php M test/classes/TransformationsTest.php M test/classes/TypesByDatabaseVersionTest.php M test/classes/TypesTest.php M test/classes/UserPasswordTest.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/VersionInformationTest.php M test/classes/WebAuthn/CBORDecoderTest.php M test/classes/ZipExtensionTest.php
Log Message: ----------- Change PHPUnit data providers to use static methods
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev