예제 #1
0
 /**
  * Checks whether last command output contains provided string.
  *
  * @Then the output should not contain:
  *
  * @param PyStringNode $text PyString text instance
  */
 public function theOutputShouldNotContain(PyStringNode $text)
 {
     $this->asserter->phpString($this->getOutput())->notContains($this->getExpectedOutput($text));
 }