From 94a286338cbfaa9bd9c7305121a19594fa529642 Mon Sep 17 00:00:00 2001 From: Mark Gerarts Date: Sat, 22 Feb 2020 16:17:39 +0100 Subject: [PATCH] Fix broken test --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a3c82ab..0834394 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ }, "autoload-dev": { "psr-4": { - "AutoMapperPlus\\Test\\": "test/" + "AutoMapperPlus\\Test\\": "test/", + "AutoMapperPlus\\": "test/" } }, "require": {