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:
Greyscale 2024-04-14 17:32:08 +02:00
parent 3d075a6669
commit 162d21a2db

View file

@ -92,7 +92,8 @@
},
"autoload": {
"psr-4": {
"Benzine\\": "src/"
"Benzine\\": "src/",
"Benzine\\Tests\\": "tests/"
}
},
"autoload-dev": {