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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2018-04-28 18:40:43 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2018-04-28 18:40:43 +0300
commit74704d562f9164ea93fce1ef16d8d37379ff1fd0 (patch)
tree2cca158cebdd2574745a99c84235267da49e0f23 /composer.json
parent535853113a382d2cd2f4a7caa2e6283a0be8fbb0 (diff)
Add# integration test for RegistrationService
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 4a5539e..1d05c79 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,6 @@
{
"require-dev": {
- "phpunit/phpunit": "^5.5"
+ "phpunit/phpunit": "^5.5",
+ "christophwurst/nextcloud_testing": "^0.3.1"
}
}