Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: d544080187c382ffe4348c9741ab9066a84b5ced https://github.com/phpmyadmin/phpmyadmin/commit/d544080187c382ffe4348c9741ab... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-06-14 (Mon, 06 June 2021) -03:00
Changed paths: M .github/workflows/tests.yml M phpunit.xml.dist
Log Message: ----------- Run PHPUnit test in random order by default
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 1ed9ab5dda234dd3ce68939293de891c3da0cda8 https://github.com/phpmyadmin/phpmyadmin/commit/1ed9ab5dda234dd3ce68939293de... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-06-14 (Mon, 06 June 2021) -03:00
Changed paths: M test/classes/CoreTest.php M test/classes/Database/EventsTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message: ----------- Fix failing unit test
Random Seeds: 1623610942, 1623612011, 1623680984
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 041542d16ba2df8145e648ba78f9eb11c5a7a4a3 https://github.com/phpmyadmin/phpmyadmin/commit/041542d16ba2df8145e648ba78f9... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-06-14 (Mon, 06 June 2021) -03:00
Changed paths: M .github/workflows/mutation-tests.yml M libraries/classes/Core.php
Log Message: ----------- Use early exit for Core::fatalError method
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 4029b90b49f7b830608306d753dc7abba41e9b8c https://github.com/phpmyadmin/phpmyadmin/commit/4029b90b49f7b830608306d753dc... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-06-14 (Mon, 06 June 2021) -03:00
Changed paths: M .github/workflows/mutation-tests.yml M .github/workflows/tests.yml M libraries/classes/Core.php M phpunit.xml.dist M test/classes/CoreTest.php M test/classes/Database/EventsTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message: ----------- Merge pull request #16963 from mauriciofauth/phpunit-random
Run PHPUnit test in random order by default