PHP 클래스 PHPUnit_Util_Filter, qcodo

저자: Sebastian Bergmann ([email protected])
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

공개 메소드들

메소드 설명
frameExists ( array $trace, string $file, integer $line ) : boolean
getFilteredStacktrace ( Exception $e, boolean $filterTests = TRUE, boolean $asString = TRUE ) : string Filters stack frames from PHPUnit classes.

메소드 상세

frameExists() 공개 정적인 메소드

public static frameExists ( array $trace, string $file, integer $line ) : boolean
$trace array
$file string
$line integer
리턴 boolean

getFilteredStacktrace() 공개 정적인 메소드

Filters stack frames from PHPUnit classes.
public static getFilteredStacktrace ( Exception $e, boolean $filterTests = TRUE, boolean $asString = TRUE ) : string
$e Exception
$filterTests boolean
$asString boolean
리턴 string