Merge pull request #8322 from nupplaphil/task/move_namespace_test

Move Friendica\Test namespace for better auto-recognition
This commit is contained in:
Hypolite Petovan 2020-02-20 15:34:24 -05:00 committed by GitHub
commit f7be06c248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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,