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