summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/config/behat.yml
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-01-17 18:20:52 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-30 08:35:15 +0200
commitb53f49b94062bbbf8de8a10c74af4ed8521919cd (patch)
treef08183d525657a4e53ea1abdf96bf06d647896d7 /tests/acceptance/config/behat.yml
parent59d567e8643c9c3a1e8422b7fd203253565df239 (diff)
downloadnextcloud-server-b53f49b94062bbbf8de8a10c74af4ed8521919cd.tar.gz
nextcloud-server-b53f49b94062bbbf8de8a10c74af4ed8521919cd.zip
Update PHPUnit from 4.X to 6.X in acceptance tests
The PHPUnit update also required an update of "symfony/yaml", so besides the changes needed for PHPUnit the "behat.yml" file also had to be adjusted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance/config/behat.yml')
-rw-r--r--tests/acceptance/config/behat.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml
index dfea50b3c5a..a43bcb504a6 100644
--- a/tests/acceptance/config/behat.yml
+++ b/tests/acceptance/config/behat.yml
@@ -2,7 +2,7 @@ default:
suites:
default:
paths:
- - %paths.base%/../features
+ - "%paths.base%/../features"
contexts:
- ActorContext
- NextcloudTestServerContext
@@ -31,7 +31,7 @@ default:
tags: "~@apache"
apache:
paths:
- - %paths.base%/../features
+ - "%paths.base%/../features"
contexts:
- ActorContext
- NextcloudTestServerContext: