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