Skip to content

Commit

Permalink
Move PHPUnit aliases definition file to be loaded by apps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Feb 17, 2017
1 parent 2200cda commit cb42867
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit cb42867

Please sign in to comment.