getMethodsNotCompleted() 공개 메소드

예제 #1
0
파일: runner.php 프로젝트: eroluysal/atoum
 private static function getFailMethods(atoum\score $score)
 {
     return self::mergeMethods(self::mergeMethods(self::mergeMethods($score->getMethodsWithFail(), $score->getMethodsWithError()), $score->getMethodsWithException()), $score->getMethodsNotCompleted());
 }