コード例 #1
0
ファイル: Asserts.php プロジェクト: nsgomez/Codeception
 /**
  * Checks that haystack doesn't contain needle.
  *
  * @param        $needle
  * @param        $haystack
  * @param string $message
  */
 public function assertNotContains($needle, $haystack, $message = '')
 {
     parent::assertNotContains($needle, $haystack, $message);
 }