From 1b8f0cc376626b60ccf54fee742dd3b582f42462 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Thu, 13 Feb 2020 15:39:42 +0800 Subject: [PATCH] Fix autoload map for tests --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 21cb2afcb..733e5ed86 100644 --- a/composer.json +++ b/composer.json @@ -52,9 +52,13 @@ "laravel/dusk": "^5.8" }, "autoload-dev": { - "psr-4": { - "October\\Core\\Tests\\": "tests/" - } + "classmap": [ + "tests/concerns/InteractsWithAuthentication.php", + "tests/fixtures/backend/models/UserFixture.php", + "tests/TestCase.php", + "tests/UiTestCase.php", + "tests/PluginTestCase.php" + ] }, "scripts": { "post-create-project-cmd": [