Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTortue Torche <tortuetorche@users.noreply.github.com>2019-12-10 15:38:15 +0300
committerTortue Torche <tortuetorche@users.noreply.github.com>2019-12-10 17:03:55 +0300
commit046c2f8904e27545b6f7c2fc120e0b4dab209390 (patch)
treee186bfce4f3faaa68e6d13ca0e95743b525d51a4 /composer.json
parentf94c08cbf196f7ee9cb37b62a5d9c0ed8ef6f9a8 (diff)
Better autoloading tests files in Composer config.
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 786526af..8c6b4938 100644
--- a/composer.json
+++ b/composer.json
@@ -19,9 +19,9 @@
}
},
"autoload-dev": {
- "classmap": [
- "tests/Unit/UnitTestCase.php"
- ]
+ "psr-4": {
+ "OCA\\Polls\\Tests\\": "tests/"
+ }
},
"require-dev": {
"christophwurst/nextcloud": "^17.0",