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": [