diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-29 15:13:29 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-29 17:10:52 +0100 |
commit | fcc2a0c8304020ce040a421472dc0c9e722e2bc8 (patch) | |
tree | ab8a0078ec07737b6318d524a992b107f37bb9f2 /build/integration/composer.json | |
parent | d11b69bfb9fdb75389fd6c3f6234e52eb85b88ce (diff) | |
download | nextcloud-server-fcc2a0c8304020ce040a421472dc0c9e722e2bc8.tar.gz nextcloud-server-fcc2a0c8304020ce040a421472dc0c9e722e2bc8.zip |
Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean up users
Diffstat (limited to 'build/integration/composer.json')
-rw-r--r-- | build/integration/composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json index 98b2f294c7a..2f0f8a815ce 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -1,7 +1,8 @@ { "require-dev": { "phpunit/phpunit": "~4.6", + "behat/behat": "^3.0", "guzzlehttp/guzzle": "~5.0", - "behat/behat": "2.4.*@stable" + "jarnaiz/behat-junit-formatter": "^1.3" } } |