コード例 #1
0
 public function testIsOverridableBy()
 {
     $this->if($report = new testedClass())->and($otherReport = new testedClass())->then->boolean($report->isOverridableBy($report))->isFalse->boolean($report->isOverridableBy($otherReport))->isTrue;
 }