From f9c048e23a2b6077ff4c3f03a079f9783f3d0923 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Feb 2018 10:53:21 +0100 Subject: v2.2.16 --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composer.json') 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": { -- cgit