Ejemplo n.º 1
0
 /**
  * Checks, that page doesn't contain specified text.
  *
  * @Then I should not see :text
  */
 public function assertPageNotContainsText($text)
 {
     $this->assert->pageTextNotContains($text);
 }