mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Lowercase tests in composer.json per previous revert
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
21575cf674
commit
00d2235610
|
@ -95,12 +95,12 @@
|
|||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
"Tests/DuskTestCase.php",
|
||||
"Tests/TestCase.php"
|
||||
"tests/DuskTestCase.php",
|
||||
"tests/TestCase.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
"Tests\\": "Tests/"
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue