diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-08-06 16:41:46 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-29 13:42:32 +0200 |
commit | 6749071667491ce51af585e9e39667d3ee40cefd (patch) | |
tree | 97a8a71224649929fa69f257c2f3a080ab918e8f /build/integration/composer.json | |
parent | d26aab7e05cde33265fe857b92a1d0faa80ea6d9 (diff) | |
download | nextcloud-server-6749071667491ce51af585e9e39667d3ee40cefd.tar.gz nextcloud-server-6749071667491ce51af585e9e39667d3ee40cefd.zip |
Adding phpunit for the assertions
Diffstat (limited to 'build/integration/composer.json')
-rw-r--r-- | build/integration/composer.json | 1 |
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" } |