mageekguy\atoum\test::getCurrentMethod PHP Method

getCurrentMethod() public method

public getCurrentMethod ( )
    public function getCurrentMethod()
    {
        return $this->currentMethod;
    }

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::getCurrentMethod
test