summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-06 10:53:21 +0100
committerRemi Collet <remi@remirepo.net>2018-02-06 10:53:21 +0100
commitf9c048e23a2b6077ff4c3f03a079f9783f3d0923 (patch)
tree5df8ddeaaa6617064edbd2cf7adeef42d0c56f0b /composer.json
parentad5a27db70a0a16c3071c372c4533e6f016f53b8 (diff)
v2.2.16
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 5559af2..f0cef2e 100644
--- a/composer.json
+++ b/composer.json
@@ -56,11 +56,14 @@
"autoload": {
"psr-4": { "PhpCsFixer\\": "src/" },
"classmap": [
- "tests/TestCase.php",
"tests/Test/AbstractFixerTestCase.php",
+ "tests/Test/AbstractIntegrationCaseFactory.php",
"tests/Test/AbstractIntegrationTestCase.php",
"tests/Test/IntegrationCase.php",
- "tests/Test/IntegrationCaseFactory.php"
+ "tests/Test/IntegrationCaseFactory.php",
+ "tests/Test/IntegrationCaseFactoryInterface.php",
+ "tests/Test/InternalIntegrationCaseFactory.php",
+ "tests/TestCase.php"
]
},
"autoload-dev": {