mageekguy\atoum\test::getScore PHP Method

getScore() public method

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

Usage Example

示例#1
0
 public function run(atoum\test $test)
 {
     $currentTestMethod = $test->getCurrentMethod();
     if ($currentTestMethod !== null) {
         $testScore = $test->getScore();
         $test->setScore($this->score->reset())->runTestMethod($test->getCurrentMethod())->setScore($testScore);
     }
     return $this;
 }
All Usage Examples Of mageekguy\atoum\test::getScore
test