Updated the config for the removal of the context setting in Behat
This commit is contained in:
@@ -2,7 +2,7 @@ default:
|
|||||||
suites:
|
suites:
|
||||||
default:
|
default:
|
||||||
path: %paths.base%/features
|
path: %paths.base%/features
|
||||||
context: Behat\MinkExtension\Context\MinkContext
|
contexts: [Behat\MinkExtension\Context\MinkContext]
|
||||||
extensions:
|
extensions:
|
||||||
Behat\MinkExtension\Extension:
|
Behat\MinkExtension\Extension:
|
||||||
base_url: http://en.wikipedia.org/
|
base_url: http://en.wikipedia.org/
|
||||||
|
|||||||
Reference in New Issue
Block a user