PHP 클래스 ErrorTest, phpmyadmin

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: phpmyadmin/phpmyadmin

보호된 프로퍼티들

프로퍼티 타입 설명
$object

공개 메소드들

메소드 설명
filePathProvider ( ) : array Data provider for setFile
testGetBacktrace ( ) : void Test for getBacktrace
testGetBacktraceDisplay ( ) : void Test for getBacktraceDisplay
testGetDisplay ( ) : void Test for getDisplay
testGetHash ( ) : void Test for getHash
testGetHtmlTitle ( ) : void Test for getHtmlTitle
testGetTitle ( ) : void Test for getTitle
testSetBacktrace ( ) : void Test for setBacktrace
testSetFile ( $file, $expected ) : void Test for setFile
testSetLine ( ) : void Test for setLine

보호된 메소드들

메소드 설명
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

메소드 상세

filePathProvider() 공개 메소드

Data provider for setFile
public filePathProvider ( ) : array
리턴 array

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( ) : void
리턴 void

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( ) : void
리턴 void

testGetBacktrace() 공개 메소드

Test for getBacktrace
public testGetBacktrace ( ) : void
리턴 void

testGetBacktraceDisplay() 공개 메소드

Test for getBacktraceDisplay
public testGetBacktraceDisplay ( ) : void
리턴 void

testGetDisplay() 공개 메소드

Test for getDisplay
public testGetDisplay ( ) : void
리턴 void

testGetHash() 공개 메소드

Test for getHash
public testGetHash ( ) : void
리턴 void

testGetHtmlTitle() 공개 메소드

Test for getHtmlTitle
public testGetHtmlTitle ( ) : void
리턴 void

testGetTitle() 공개 메소드

Test for getTitle
public testGetTitle ( ) : void
리턴 void

testSetBacktrace() 공개 메소드

Test for setBacktrace
public testSetBacktrace ( ) : void
리턴 void

testSetFile() 공개 메소드

Test for setFile
public testSetFile ( $file, $expected ) : void
리턴 void

testSetLine() 공개 메소드

Test for setLine
public testSetLine ( ) : void
리턴 void

프로퍼티 상세

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

protected $object