diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-09 09:09:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-09 09:09:04 +0200 |
commit | 1890c7868214c2a6efadc2e119ca211df66f1848 (patch) | |
tree | 1faf8ab355e230964217f96d8951ad0ce3ec29c4 /composer.json | |
parent | 2bca7e4fcc909e7440fedc7ab5c6b540eeba34fe (diff) |
update to 10.5.36
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 5 insertions, 1 deletions
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", |