Ejemplo n.º 1
0
 /**
  * @Given /^the "(?P<field>[^"]*)" field should contain:$/
  */
 public function theFieldShouldContain($field, PyStringNode $string)
 {
     $assert = new WebAssert($this->getSession());
     $assert->fieldValueEquals($field, $string->getRaw());
 }