From 06908e9e6d5e6cf721e337c3f1e69323152e0660 Mon Sep 17 00:00:00 2001 From: Peter Schultz Date: Thu, 6 Dec 2012 00:08:15 +0100 Subject: [PATCH] Support PyStringNode for fillField --- src/Behat/MinkExtension/Context/MinkContext.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Behat/MinkExtension/Context/MinkContext.php b/src/Behat/MinkExtension/Context/MinkContext.php index ea8bfc1..f902046 100644 --- a/src/Behat/MinkExtension/Context/MinkContext.php +++ b/src/Behat/MinkExtension/Context/MinkContext.php @@ -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(?:[^"]|\\")*)" with "(?P(?:[^"]|\\")*)"$/ + * @When /^(?:|I )fill in "(?P(?:[^"]|\\")*)" with:$/ * @When /^(?:|I )fill in "(?P(?:[^"]|\\")*)" for "(?P(?:[^"]|\\")*)"$/ */ public function fillField($field, $value)