mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -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": {
|
||||
"classmap": [
|
||||
"tests/DuskTestCase.php",
|
||||
"tests/TestCase.php"
|
||||
"Tests/DuskTestCase.php",
|
||||
"Tests/TestCase.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
|
|
Loading…
Reference in a new issue