mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 00:48:57 +02:00
Update autoloading for MageTest namespace
This commit is contained in:
+2
-1
@@ -16,7 +16,8 @@
|
||||
"psr-4": {
|
||||
"Mage\\": "./Mage",
|
||||
"Task\\": [".mage/tasks", "../../../.mage/tasks"],
|
||||
"Command\\": [".mage/tasks", "../../../.mage/commands"]
|
||||
"Command\\": [".mage/tasks", "../../../.mage/commands"],
|
||||
"MageTest\\": "./tests/MageTest"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user