Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 56b9b8da53444be59036af32b7b44582a24409f4
https://github.com/phpmyadmin/phpmyadmin/commit/56b9b8da53444be59036af32b7b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 1179692cac12fa2539b14e81ff78ffae662ba42f
https://github.com/phpmyadmin/phpmyadmin/commit/1179692cac12fa2539b14e81ff7…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 97ebf29d61e0d0785a4027113bdd829a7e99f8f8
https://github.com/phpmyadmin/phpmyadmin/commit/97ebf29d61e0d0785a4027113bd…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-06 (Wed, 09 September 2023) -03:00
Changed paths:
M composer.json
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Plugins/Export/Helpers/Pdf.php
M test/classes/Gis/GisGeomTestCase.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/GisPointTest.php
M test/classes/Gis/GisPolygonTest.php
M test/test_data/gis/.gitignore
Log Message:
-----------
Allow GIS tests to test against different TCPDF versions
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>