summaryrefslogtreecommitdiffstats
path: root/build/integration/composer.json
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-29 15:13:29 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-29 17:10:52 +0100
commitfcc2a0c8304020ce040a421472dc0c9e722e2bc8 (patch)
treeab8a0078ec07737b6318d524a992b107f37bb9f2 /build/integration/composer.json
parentd11b69bfb9fdb75389fd6c3f6234e52eb85b88ce (diff)
downloadnextcloud-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.json3
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"
}
}