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