From 1890c7868214c2a6efadc2e119ca211df66f1848 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Oct 2024 09:09:04 +0200 Subject: update to 10.5.36 --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a9269b0..0b67674 100644 --- a/composer.json +++ b/composer.json @@ -72,9 +72,13 @@ }, "autoload-dev": { "classmap": [ - "tests/" + "tests/_files" ], "files": [ + "tests/unit/Event/AbstractEventTestCase.php", + "tests/unit/Framework/MockObject/TestDoubleTestCase.php", + "tests/unit/Metadata/Parser/AnnotationParserTestCase.php", + "tests/unit/Metadata/Parser/AttributeParserTestCase.php", "tests/_files/CoverageNamespacedFunctionTest.php", "tests/_files/CoveredFunction.php", "tests/_files/Generator.php", -- cgit