コード例 #1
0
ファイル: ResponseProxy.php プロジェクト: econic/testing
 public function notContains($string)
 {
     $this->test->assertNotContains($string, $this->response->getContent(), 'The Response contained the disallowed string <' . $string . '>');
     return $this;
 }