Support PyStringNode for fillField

This commit is contained in:
Peter Schultz
2012-12-06 00:08:15 +01:00
parent 064cb78ff1
commit 06908e9e6d

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)