Lowercase tests in composer.json per previous revert

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-12-02 15:12:47 -08:00
parent 21575cf674
commit 00d2235610

View file

@ -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": {