mageekguy\atoum\score::getMethodsWithError PHP Method

getMethodsWithError() public method

public getMethodsWithError ( )
    public function getMethodsWithError()
    {
        return self::getMethods($this->getErrors());
    }

Usage Example

Beispiel #1
0
 private static function getFailMethods(atoum\score $score)
 {
     return self::mergeMethods(self::mergeMethods(self::mergeMethods($score->getMethodsWithFail(), $score->getMethodsWithError()), $score->getMethodsWithException()), $score->getMethodsNotCompleted());
 }
All Usage Examples Of mageekguy\atoum\score::getMethodsWithError