mageekguy\atoum\scripts\runner::getFailMethods PHP Method

getFailMethods() private static method

private static getFailMethods ( score $score )
$score mageekguy\atoum\score
    private static function getFailMethods(atoum\score $score)
    {
        return self::mergeMethods(self::mergeMethods(self::mergeMethods($score->getMethodsWithFail(), $score->getMethodsWithError()), $score->getMethodsWithException()), $score->getMethodsNotCompleted());
    }