Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-10-24 03:04:05 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-24 08:06:22 +0400
commit1c54692be1358cd9bc896965b4d2d190f4c1efe2 (patch)
tree64806b105c8eaa874523202ab1ca73ef750a651c /composer.json
parent3eb6c06a2fd63bc6b84d4a34ef6147eff99ef5f6 (diff)
Simplified tests autoloading by using Composer's "autoload-dev"
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 392f934e03..1e79ad7255 100644
--- a/composer.json
+++ b/composer.json
@@ -30,6 +30,11 @@
"Archive_": "libs/"
}
},
+ "autoload-dev": {
+ "psr-4": {
+ "Piwik\\Tests\\": "tests/PHPUnit/"
+ }
+ },
"require": {
"php": ">=5.3.3",
"twig/twig": "~1.0",