From 1e09458c27aff1bb065002cc4210d549fefe1896 Mon Sep 17 00:00:00 2001 From: Samuel NELA Date: Fri, 14 Dec 2018 13:37:18 +0100 Subject: [PATCH] Excluded tests from classmap --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ef11a207..4ce9509a 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,10 @@ "php-http/httplug-bundle": "To easier configure your httplug clients." }, "autoload": { - "psr-4": { "Translation\\Bundle\\": "" } + "psr-4": { "Translation\\Bundle\\": "" }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "scripts": { "test": "vendor/bin/simple-phpunit",