Fix PHPUnit 11 deprecations (#19057)
commit8754b9b0c588e1ed91703313f7552f50f0f249d7
authorKamil Tekiela <tekiela246@gmail.com>
Sun, 17 Mar 2024 16:35:28 +0000 (17 17:35 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2024 16:35:28 +0000 (17 13:35 -0300)
treef0a1bb5b795aaad5a14b2548cd38acdaa1beb1fc
parent82ea8154982762414ff155cd6141088a29e5fd63
Fix PHPUnit 11 deprecations (#19057)

* Metadata in doc-comments is deprecated

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Fix deprecated Group('medium') on classes

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Fix #[Group('large')]

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Fix some #[Group('medium')]

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Replace getMockForAbstractClass in NodeDatabaseChildTest

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Replace getMockForAbstractClass in PropertyItemTest

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Replace getMockForAbstractClass in OptionsPropertyGroupTest

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Replace getMockForAbstractClass in PluginPropertyItemTest

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Replace getMockForAbstractClass in GisGeometryTest

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Remove getMockForAbstractClass from StorageEngineTest

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Replace getMockForAbstractClass in OptionsPropertyOneItemTest

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Replace getMockForAbstractClass in OptionsPropertyItemTest

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Update psalm-baseline.xml

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
---------

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
67 files changed:
psalm-baseline.xml
tests/end-to-end/ChangePasswordTest.php
tests/end-to-end/CreateDropDatabaseTest.php
tests/end-to-end/CreateRemoveUserTest.php
tests/end-to-end/Database/EventsTest.php
tests/end-to-end/Database/OperationsTest.php
tests/end-to-end/Database/ProceduresTest.php
tests/end-to-end/Database/StructureTest.php
tests/end-to-end/ExportTest.php
tests/end-to-end/ImportTest.php
tests/end-to-end/LoginTest.php
tests/end-to-end/NormalizationTest.php
tests/end-to-end/ServerSettingsTest.php
tests/end-to-end/Table/BrowseTest.php
tests/end-to-end/Table/CreateTest.php
tests/end-to-end/Table/InsertTest.php
tests/end-to-end/Table/OperationsTest.php
tests/end-to-end/Table/StructureTest.php
tests/end-to-end/TrackingTest.php
tests/end-to-end/TriggersTest.php
tests/end-to-end/XssTest.php
tests/unit/Config/ServerConfigChecksTest.php
tests/unit/ConfigStorage/RelationTest.php
tests/unit/Controllers/Table/ImportControllerTest.php
tests/unit/Export/ExportTest.php
tests/unit/Gis/GisGeometryTest.php
tests/unit/HeaderTest.php
tests/unit/InsertEditTest.php
tests/unit/Navigation/Nodes/NodeDatabaseChildTest.php
tests/unit/PdfTest.php
tests/unit/Plugins/Auth/AuthenticationCookieTest.php
tests/unit/Plugins/Auth/AuthenticationHttpTest.php
tests/unit/Plugins/Export/ExportCodegenTest.php
tests/unit/Plugins/Export/ExportCsvTest.php
tests/unit/Plugins/Export/ExportExcelTest.php
tests/unit/Plugins/Export/ExportHtmlwordTest.php
tests/unit/Plugins/Export/ExportJsonTest.php
tests/unit/Plugins/Export/ExportLatexTest.php
tests/unit/Plugins/Export/ExportMediawikiTest.php
tests/unit/Plugins/Export/ExportOdsTest.php
tests/unit/Plugins/Export/ExportOdtTest.php
tests/unit/Plugins/Export/ExportPdfTest.php
tests/unit/Plugins/Export/ExportPhparrayTest.php
tests/unit/Plugins/Export/ExportSqlTest.php
tests/unit/Plugins/Export/ExportTexytextTest.php
tests/unit/Plugins/Export/ExportXmlTest.php
tests/unit/Plugins/Export/ExportYamlTest.php
tests/unit/Plugins/Import/ImportCsvTest.php
tests/unit/Plugins/Import/ImportLdiTest.php
tests/unit/Plugins/Import/ImportMediawikiTest.php
tests/unit/Plugins/Import/ImportOdsTest.php
tests/unit/Plugins/Import/ImportShpTest.php
tests/unit/Plugins/Import/ImportSqlTest.php
tests/unit/Plugins/Import/ImportXmlTest.php
tests/unit/Plugins/Schema/DiaRelationSchemaTest.php
tests/unit/Plugins/Schema/EpsRelationSchemaTest.php
tests/unit/Plugins/Schema/ExportRelationSchemaTest.php
tests/unit/Plugins/Schema/PdfRelationSchemaTest.php
tests/unit/Plugins/Schema/SvgRelationSchemaTest.php
tests/unit/Plugins/Transformations/TransformationPluginsTest.php
tests/unit/Properties/Options/OptionsPropertyGroupTest.php
tests/unit/Properties/Options/OptionsPropertyItemTest.php
tests/unit/Properties/Options/OptionsPropertyOneItemTest.php
tests/unit/Properties/Plugins/PluginPropertyItemTest.php
tests/unit/Properties/PropertyItemTest.php
tests/unit/StorageEngineTest.php
tests/unit/Utils/HttpRequestTest.php