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 13:55:53 +0300
committerTortue Torche <tortuetorche@users.noreply.github.com>2019-12-10 17:03:55 +0300
commit60e380ec7ec351694389cb32d85637ec2995a699 (patch)
tree5dca1d8c6f11a705e9dc6c902e859a6313c8d678 /composer.json
parent41930996829421bbf5e26aeb25c93d9214d35e9c (diff)
Try to fix tests!
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index ac8471da..786526af 100644
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,11 @@
"php": "7.2.0"
}
},
+ "autoload-dev": {
+ "classmap": [
+ "tests/Unit/UnitTestCase.php"
+ ]
+ },
"require-dev": {
"christophwurst/nextcloud": "^17.0",
"phpunit/phpunit": "^8.2",