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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-08-06 17:41:46 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-29 14:42:32 +0300
commit6749071667491ce51af585e9e39667d3ee40cefd (patch)
tree97a8a71224649929fa69f257c2f3a080ab918e8f /build/integration/composer.json
parentd26aab7e05cde33265fe857b92a1d0faa80ea6d9 (diff)
Adding phpunit for the assertions
Diffstat (limited to 'build/integration/composer.json')
-rw-r--r--build/integration/composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json
index f77ddba9bcd..98b2f294c7a 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,5 +1,6 @@
{
"require-dev": {
+ "phpunit/phpunit": "~4.6",
"guzzlehttp/guzzle": "~5.0",
"behat/behat": "2.4.*@stable"
}