mageekguy\atoum\score::getMethodsWithException PHP Метод

getMethodsWithException() публичный Метод

    public function getMethodsWithException()
    {
        return self::getMethods($this->getExceptions());
    }

Usage Example

Пример #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::getMethodsWithException