Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 56b9b8da53444be59036af32b7b44582a24409f4 https://github.com/phpmyadmin/phpmyadmin/commit/56b9b8da53444be59036af32b7b4... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-07 (Thu, 09 September 2023) -03:00
Changed paths: M test/classes/Http/Factory/ServerRequestFactoryTest.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/Setup/FormProcessingTest.php
Log Message: ----------- Fix max execution time exceeded error in tests
Runs these tests in isolation because they are causing a time out error when backing up the global state.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 1179692cac12fa2539b14e81ff78ffae662ba42f https://github.com/phpmyadmin/phpmyadmin/commit/1179692cac12fa2539b14e81ff78... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-07 (Thu, 09 September 2023) -03:00
Changed paths: M test/classes/Http/Factory/ServerRequestFactoryTest.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/Setup/FormProcessingTest.php
Log Message: ----------- Merge pull request #18696 from MauricioFauth/phpunit-max-execution-time-error
Fix max execution time exceeded error in tests