Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2c597e3f79b0ea4ecf5ffee6eba30260424f7c19
https://github.com/phpmyadmin/phpmyadmin/commit/2c597e3f79b0ea4ecf5ffee6eba…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-08-29 (Thu, 08 August 2024) -03:00
Changed paths:
M psalm-baseline.xml
M tests/unit/Config/ConfigFileTest.php
M tests/unit/Config/FormDisplayTest.php
M tests/unit/Config/FormTest.php
M tests/unit/ConfigStorage/UserGroupsTest.php
M tests/unit/ConfigTest.php
M tests/unit/Controllers/Table/Structure/MoveColumnsControllerTest.php
M tests/unit/EncodingTest.php
M tests/unit/Error/ErrorHandlerTest.php
M tests/unit/FooterTest.php
M tests/unit/Html/GeneratorTest.php
M tests/unit/Import/ImportTest.php
M tests/unit/LanguageTest.php
M tests/unit/Replication/ReplicationGuiTest.php
M tests/unit/Server/PrivilegesTest.php
M tests/unit/Setup/ConfigGeneratorTest.php
M tests/unit/Theme/ThemeTest.php
M tests/unit/VersionInformationTest.php
M tests/unit/WebAuthn/CustomServerTest.php
M tests/unit/WebAuthn/WebauthnLibServerTest.php
Log Message:
-----------
Fix compatibility with PHPUnit 11
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Commit: cab792d25a0c578d69e4b6848b24af58aab1279d
https://github.com/phpmyadmin/phpmyadmin/commit/cab792d25a0c578d69e4b6848b2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2024-08-29 (Thu, 08 August 2024) -03:00
Changed paths:
M psalm-baseline.xml
M tests/unit/Config/ConfigFileTest.php
M tests/unit/Config/FormDisplayTest.php
M tests/unit/Config/FormTest.php
M tests/unit/ConfigStorage/UserGroupsTest.php
M tests/unit/ConfigTest.php
M tests/unit/Controllers/Table/Structure/MoveColumnsControllerTest.php
M tests/unit/EncodingTest.php
M tests/unit/Error/ErrorHandlerTest.php
M tests/unit/FooterTest.php
M tests/unit/Html/GeneratorTest.php
M tests/unit/Import/ImportTest.php
M tests/unit/LanguageTest.php
M tests/unit/Replication/ReplicationGuiTest.php
M tests/unit/Server/PrivilegesTest.php
M tests/unit/Setup/ConfigGeneratorTest.php
M tests/unit/Theme/ThemeTest.php
M tests/unit/VersionInformationTest.php
M tests/unit/WebAuthn/CustomServerTest.php
M tests/unit/WebAuthn/WebauthnLibServerTest.php
Log Message:
-----------
Merge pull request #19274 from MauricioFauth/phpunit-11-compat
Fix compatibility with PHPUnit 11