mageekguy\atoum\runner::getScore PHP Method

getScore() public method

public getScore ( )
    public function getScore()
    {
        return $this->score;
    }

Usage Example

示例#1
0
文件: cli.php 项目: xihewang/atoum
 public function testHandleEvent()
 {
     $this->if($field = new tests\coverage\cli())->then->boolean($field->handleEvent(atoum\runner::runStart, new atoum\runner()))->isFalse()->variable($field->getCoverage())->isNull()->boolean($field->handleEvent(atoum\runner::runStop, $runner = new atoum\runner()))->isTrue()->object($field->getCoverage())->isIdenticalTo($runner->getScore()->getCoverage());
 }
All Usage Examples Of mageekguy\atoum\runner::getScore
runner