From cb428672c655f80a9e8acb44e2c4380cfc6faeb7 Mon Sep 17 00:00:00 2001 From: antograssiot Date: Fri, 17 Feb 2017 20:42:13 +0100 Subject: [PATCH] Move PHPUnit aliases definition file to be loaded by apps by default --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index c830fbbfc44..51d4abad825 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,8 @@ "src/Core/functions.php", "src/Collection/functions.php", "src/I18n/functions.php", - "src/Utility/bootstrap.php" + "src/Utility/bootstrap.php", + "src/TestSuite/phpunit-forward-compat.php" ] }, "autoload-dev": { @@ -56,10 +57,7 @@ "Company\\TestPluginThree\\": "tests/test_app/Plugin/Company/TestPluginThree/src", "Company\\TestPluginThree\\Test\\": "tests/test_app/Plugin/Company/TestPluginThree/tests", "PluginJs\\": "tests/test_app/Plugin/PluginJs/src" - }, - "files": [ - "src/TestSuite/phpunit-forward-compat.php" - ] + } }, "replace": { "cakephp/cache": "self.version",