summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
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",