Fix autoload map for tests

This commit is contained in:
Ben Thomson 2020-02-13 15:39:42 +08:00
parent 5e4916148f
commit 1b8f0cc376
1 changed files with 7 additions and 3 deletions

View File

@ -52,9 +52,13 @@
"laravel/dusk": "^5.8" "laravel/dusk": "^5.8"
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "classmap": [
"October\\Core\\Tests\\": "tests/" "tests/concerns/InteractsWithAuthentication.php",
} "tests/fixtures/backend/models/UserFixture.php",
"tests/TestCase.php",
"tests/UiTestCase.php",
"tests/PluginTestCase.php"
]
}, },
"scripts": { "scripts": {
"post-create-project-cmd": [ "post-create-project-cmd": [