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