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": { "autoload-dev": {
"classmap": [ "classmap": [
"Tests/DuskTestCase.php", "tests/DuskTestCase.php",
"Tests/TestCase.php" "tests/TestCase.php"
], ],
"psr-4": { "psr-4": {
"App\\": "app/", "App\\": "app/",
"Tests\\": "Tests/" "Tests\\": "tests/"
} }
}, },
"scripts": { "scripts": {