mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-10-13 16:50:18 +02:00
Update autoloading for MageTest namespace
This commit is contained in:
parent
b7dbae8ff2
commit
10b8d7982e
@ -16,7 +16,8 @@
|
|||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Mage\\": "./Mage",
|
"Mage\\": "./Mage",
|
||||||
"Task\\": [".mage/tasks", "../../../.mage/tasks"],
|
"Task\\": [".mage/tasks", "../../../.mage/tasks"],
|
||||||
"Command\\": [".mage/tasks", "../../../.mage/commands"]
|
"Command\\": [".mage/tasks", "../../../.mage/commands"],
|
||||||
|
"MageTest\\": "./tests/MageTest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
Loading…
Reference in New Issue
Block a user