コード例 #1
0
ファイル: CommonTestCase.php プロジェクト: gourmet/common
 /**
  * {@inheritdoc}
  */
 public static function markTestIncomplete($msg = 'Needs to be completed')
 {
     parent::markTestIncomplete($msg);
 }