1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 20:02:06 +02:00

Change namespace of test classes

(as implemented by @luceos in his WIP PR)
This commit is contained in:
Franz Liedke
2018-03-04 00:01:49 +01:00
parent cc22d1d6f8
commit a061eda019
14 changed files with 26 additions and 26 deletions

View File

@@ -70,7 +70,7 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
"Flarum\\Tests\\": "tests/"
}
},
"extra": {