From af039535ddb705aa61bc36482aaec55acde129a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Jul 2025 11:10:27 +0200 Subject: update to 12.2.9 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 0ee700c..7c67577 100644 --- a/composer.json +++ b/composer.json @@ -106,7 +106,8 @@ "tests/unit/Framework/Assert/assertSameTest.php", "tests/_files/CoveredFunction.php", "tests/_files/Generator.php", - "tests/_files/NamespaceCoveredFunction.php" + "tests/_files/NamespaceCoveredFunction.php", + "tests/end-to-end/_files/listing-tests-and-groups/ExampleAbstractTestCase.php" ] }, "extra": { -- cgit