Created
September 1, 2013 16:27
-
-
Save gnugat/6405529 to your computer and use it in GitHub Desktop.
Incenteev/ParameterHandler in version 2.1@dev (on date 09/01/13) does not seem to support more than one depth level
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some parameters are missing. Please provide them. | |
extensions ({ Behat\Symfony2Extension\Extension: { mink_driver: true }, Behat\MinkExtension\Extension: { base_url: 'http://motivation-application.local/', default_session: symfony2 } }): ^Ĉ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: | |
extensions: | |
Behat\Symfony2Extension\Extension: | |
mink_driver: true | |
Behat\MinkExtension\Extension: | |
base_url: http://motivation-application.local/ | |
default_session: 'symfony2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require": { | |
"php": ">=5.3.3", | |
"incenteev/composer-parameter-handler": "~2.1@dev", | |
}, | |
"extra": { | |
"incenteev-parameters": [ | |
{ | |
"file": "app/config/parameters.yml" | |
}, | |
{ | |
"file": "behat.yml", | |
"parameter-key": "default" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some parameters are missing. Please provide them. | |
extensions.Behat\Symfony2Extension\Extension.mink_driver (true): ^Ĉ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment