From 37cb2c0722161d27eff2def8da3efd81c4250307 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 26 May 2016 20:17:56 +0200 Subject: [PATCH] Benchmark autoloading definitions --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d320b0b4d..d632c8991 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,10 @@ "psr-4": { "Doctrine\\ORM\\": "lib/Doctrine/ORM" } }, "autoload-dev": { - "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" } + "psr-4": { + "Doctrine\\Tests\\": "tests/Doctrine/Tests", + "Doctrine\\Performance\\": "tests/Doctrine/Performance" + } }, "bin": ["bin/doctrine"], "extra": {