diff --git a/composer.json b/composer.json index d91d8066d3b..dddfbd2bc48 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,10 @@ "platform": { "php": "7.2" }, - "vendor-dir": "./vendor-php" + "vendor-dir": "./vendor-php", + "allow-plugins": { + "bamarni/composer-bin-plugin": true + } }, "require": { }, diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index a2178d9546c..8551f5c92cd 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -16,7 +16,7 @@ default: - RevaContext: - OccContext: - FeatureContext: &common_feature_context_params - baseUrl: http://localhost:8080 + baseUrl: http://localhost:8080 adminUsername: admin adminPassword: admin regularUserPassword: 123456 @@ -57,8 +57,4 @@ default: - PublicWebDavContext: extensions: - jarnaiz\JUnitFormatter\JUnitFormatterExtension: - filename: report.xml - outputDir: '%paths.base%/../output/' - Cjm\Behat\StepThroughExtension: ~ diff --git a/tests/parallelDeployAcceptance/config/behat.yml b/tests/parallelDeployAcceptance/config/behat.yml index eecebc81098..a0e504587ba 100644 --- a/tests/parallelDeployAcceptance/config/behat.yml +++ b/tests/parallelDeployAcceptance/config/behat.yml @@ -31,10 +31,6 @@ default: - FeatureContext: *common_feature_context_params extensions: - jarnaiz\JUnitFormatter\JUnitFormatterExtension: - filename: report.xml - outputDir: "%paths.base%/../output/" - rdx\behatvars\BehatVariablesExtension: ~ Cjm\Behat\StepThroughExtension: ~ diff --git a/vendor-bin/behat/composer.json b/vendor-bin/behat/composer.json index 94d4ddd6a46..00964ecb4b8 100644 --- a/vendor-bin/behat/composer.json +++ b/vendor-bin/behat/composer.json @@ -9,7 +9,6 @@ "behat/mink": "1.7.1", "friends-of-behat/mink-extension": "^2.5", "ciaranmcnulty/behat-stepthroughextension" : "dev-master", - "jarnaiz/behat-junit-formatter": "^1.3", "rdx/behat-variables": "^1.2", "sensiolabs/behat-page-object-extension": "^2.3", "symfony/translation": "^4.4",