コード例 #1
0
ファイル: SkipResultTest.php プロジェクト: phpassert/core
 /**
  * @dataProvider resultProvider
  */
 function testIsSkipped(SkipResult $result)
 {
     $this->assertTrue($result->isSkipped());
 }