Add tests into general autoloader because if we're consuming the test code outside of theis repo we need it in the general autoloader
This commit is contained in:
parent
3d075a6669
commit
162d21a2db
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@
|
|||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Benzine\\": "src/"
|
||||
"Benzine\\": "src/",
|
||||
"Benzine\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
|
Loading…
Reference in a new issue