PHP 클래스 PHPUnit_Framework_Warning, qcodo

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

보호된 프로퍼티들

프로퍼티 타입 설명
$backupGlobals boolean
$backupStaticAttributes boolean
$message string
$runTestInSeparateProcess boolean
$useErrorHandler boolean
$useOutputBuffering boolean

공개 메소드들

메소드 설명
__construct ( string $message = '' )
getMessage ( ) : string
toString ( ) : string Returns a string representation of the test case.

보호된 메소드들

메소드 설명
runTest ( )

메소드 상세

__construct() 공개 메소드

public __construct ( string $message = '' )
$message string

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string

runTest() 보호된 메소드

protected runTest ( )

toString() 공개 메소드

Returns a string representation of the test case.
public toString ( ) : string
리턴 string

프로퍼티 상세

$backupGlobals 보호되어 있는 프로퍼티

protected bool $backupGlobals
리턴 boolean

$backupStaticAttributes 보호되어 있는 프로퍼티

protected bool $backupStaticAttributes
리턴 boolean

$message 보호되어 있는 프로퍼티

protected string $message
리턴 string

$runTestInSeparateProcess 보호되어 있는 프로퍼티

protected bool $runTestInSeparateProcess
리턴 boolean

$useErrorHandler 보호되어 있는 프로퍼티

protected bool $useErrorHandler
리턴 boolean

$useOutputBuffering 보호되어 있는 프로퍼티

protected bool $useOutputBuffering
리턴 boolean