mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 13:20:17 +02:00
Update autoloading for MageTest namespace
This commit is contained in:
parent
b7dbae8ff2
commit
10b8d7982e
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user