Better autoloading tests files in Composer config.
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
This commit is contained in:
Родитель
f94c08cbf1
Коммит
046c2f8904
|
@ -19,9 +19,9 @@
|
|||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
"tests/Unit/UnitTestCase.php"
|
||||
]
|
||||
"psr-4": {
|
||||
"OCA\\Polls\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"christophwurst/nextcloud": "^17.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче