Merge pull request #56 from classmarkets/master

Support PyStringNode for fillField
This commit is contained in:
Konstantin Kudryashov
2013-03-09 04:31:16 -08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ class MinkContext extends RawMinkContext implements TranslatedContextInterface
* Fills in form field with specified id|name|label|value.
*
* @When /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with "(?P<value>(?:[^"]|\\")*)"$/
* @When /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with:$/
* @When /^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)"$/
*/
public function fillField($field, $value)