From fa62cfe771e0fac2f95fc5f543b3b81725aa5889 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Oct 2025 11:53:41 +0100 Subject: update to 12.4.2 --- composer.json | 1 + 1 file changed, 1 insertion(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index cd01d96..4d44395 100644 --- a/composer.json +++ b/composer.json @@ -104,6 +104,7 @@ "tests/unit/Framework/Assert/assertNullTest.php", "tests/unit/Framework/Assert/assertSameSizeTest.php", "tests/unit/Framework/Assert/assertSameTest.php", + "tests/unit/TextUI/Output/Default/ResultPrinterTest.php", "tests/_files/CoveredFunction.php", "tests/_files/Generator.php", "tests/_files/NamespaceCoveredFunction.php", -- cgit