summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-15 00:28:32 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-27 08:18:51 +0200
commit677003d1b6f1ebabab6cee32b96ccad8d70ee863 (patch)
tree51fa2d55d8f3bf5fc6aafaa28cde961925ca3220 /composer.json
parentf6d17da24eb003dde1deca0883fcc2692d87c3be (diff)
Add TZ & LANG
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..24ee703d
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,9 @@
+{
+ "require-dev": {
+ "christophwurst/nextcloud_testing": "^0.7.0"
+ },
+ "scripts": {
+ "test:unit": "phpunit -c phpunit.xml --fail-on-warning",
+ "test:integration": "phpunit -c phpunit.integration.xml --fail-on-warning"
+ }
+}