bug #3 Autoload tests only in the dev environment (stof)
This PR was merged into the master branch. Discussion ---------- Autoload tests only in the dev environment Tests don't need to be registered in the production autoloader. Commits ------- 69c465d Autoload tests only in the dev environment
This commit is contained in:
commit
5e6a09b4d7
@ -25,7 +25,11 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/",
|
||||
"App\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"App\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user