Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 70425bae12765f178cb52e6c6156d65dfee70368 https://github.com/phpmyadmin/phpmyadmin/commit/70425bae12765f178cb52e6c6156... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-02-25 (Sun, 02 February 2024) -03:00
Changed paths: A tests/unit/SessionTest.php
Log Message: ----------- Add unit test for Session::secure()
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ecafb167ee550de0ba6d2679141d2cde369e626f https://github.com/phpmyadmin/phpmyadmin/commit/ecafb167ee550de0ba6d2679141d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-02-25 (Sun, 02 February 2024) -03:00
Changed paths: M tests/unit/InsertEditTest.php M tests/unit/SystemDatabaseTest.php M tests/unit/VersionInformationTest.php
Log Message: ----------- Add code coverage for some value objects
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: cbff3f344ebf58a9edd516021b6787e82d095f64 https://github.com/phpmyadmin/phpmyadmin/commit/cbff3f344ebf58a9edd516021b67... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-02-25 (Sun, 02 February 2024) -03:00
Changed paths: A tests/unit/UrlRedirectorTest.php M psalm-baseline.xml
Log Message: ----------- Add unit tests for UrlRedirector
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: c84191a568d74d03102c593a501d547860e106ca https://github.com/phpmyadmin/phpmyadmin/commit/c84191a568d74d03102c593a501d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-02-26 (Mon, 02 February 2024) -03:00
Changed paths: A tests/unit/SessionTest.php A tests/unit/UrlRedirectorTest.php M psalm-baseline.xml M tests/unit/InsertEditTest.php M tests/unit/SystemDatabaseTest.php M tests/unit/VersionInformationTest.php
Log Message: ----------- Merge pull request #19012 from MauricioFauth/unit-tests
Add some unit tests