From: nupplaPhil Date: Thu, 20 Feb 2020 21:17:30 +0000 (+0100) Subject: Move Friendica\Test namespace for better auto-recognition X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d868cd3e8a3811b149cea7a4e866d84b222e5d0e;p=friendica.git Move Friendica\Test namespace for better auto-recognition --- diff --git a/composer.json b/composer.json index ae32d90d14..108ea8473d 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,6 @@ "autoload": { "psr-4": { "Friendica\\": "src/", - "Friendica\\Test\\": "tests/", "Friendica\\Addon\\": "addon/" }, "psr-0": { @@ -87,6 +86,11 @@ "boot.php" ] }, + "autoload-dev": { + "psr-4": { + "Friendica\\Test\\": "tests/" + } + }, "config": { "autoloader-suffix": "Friendica", "optimize-autoloader": true,