예제 #1
0
파일: Result.php 프로젝트: aaron-em/matura
 public function isIncomplete()
 {
     return $this->invoked_block->getAssertionCount() == 0;
 }