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