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:
authorVincent Petry <pvince81@owncloud.com>2016-11-08 00:52:07 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-12-19 16:10:12 +0300
commit55bf9e3f711c5eacfe2c096dd2ee99bc4e7fcf8a (patch)
tree02739b79b894b8c8d347b70296fe8f0ed26d1581 /build/integration/config
parent9b71ee27ff95336c36d608217d9621110e6674c1 (diff)
Add transfer ownership integration tests (#26543)
* Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'build/integration/config')
-rw-r--r--build/integration/config/behat.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml
index 9ef36f083e9..82ad6eaa170 100644
--- a/build/integration/config/behat.yml
+++ b/build/integration/config/behat.yml
@@ -22,6 +22,9 @@ default:
baseUrl: http://localhost:8080
- ChecksumsContext:
baseUrl: http://localhost:8080
+ - CommandLineContext:
+ baseUrl: http://localhost:8080
+ ocPath: ../../
federation:
paths:
- %paths.base%/../federation_features
@@ -73,8 +76,6 @@ default:
- admin
regular_user_password: 123456
-
-
extensions:
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
filename: report.xml