mageekguy\atoum\score::getCoverage PHP Method

getCoverage() public method

public getCoverage ( )
    public function getCoverage()
    {
        return $this->coverage;
    }

Usage Example

コード例 #1
0
ファイル: score.php プロジェクト: xihewang/atoum
 public function testGetCoverage()
 {
     $this->if($score = new atoum\score())->then->object($coverage = $score->getCoverage())->isInstanceOf('mageekguy\\atoum\\score\\coverage');
 }
All Usage Examples Of mageekguy\atoum\score::getCoverage