mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Update composer autoload for test case case
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
406aed6b07
commit
d20a0f7c6d
|
@ -95,8 +95,8 @@
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"tests/DuskTestCase.php",
|
"Tests/DuskTestCase.php",
|
||||||
"tests/TestCase.php"
|
"Tests/TestCase.php"
|
||||||
],
|
],
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\": "app/",
|
"App\\": "app/",
|
||||||
|
|
Loading…
Reference in a new issue