From 00d22356102a5c16f764de63bf70c88dedaef53e Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 2 Dec 2021 15:12:47 -0800 Subject: [PATCH] Lowercase tests in composer.json per previous revert Signed-off-by: snipe --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c804463a3..13e785f93 100644 --- a/composer.json +++ b/composer.json @@ -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": {