Fix autoload map for tests
This commit is contained in:
parent
5e4916148f
commit
1b8f0cc376
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue