PHP Class ErrorTest, phpmyadmin

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: phpmyadmin/phpmyadmin

Protected Properties

Property Type Description
$object

Public Methods

Method Description
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

Protected Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Method Details

filePathProvider() public method

Data provider for setFile
public filePathProvider ( ) : array
return array

setUp() protected method

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

tearDown() protected method

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

testGetBacktrace() public method

Test for getBacktrace
public testGetBacktrace ( ) : void
return void

testGetBacktraceDisplay() public method

Test for getBacktraceDisplay
public testGetBacktraceDisplay ( ) : void
return void

testGetDisplay() public method

Test for getDisplay
public testGetDisplay ( ) : void
return void

testGetHash() public method

Test for getHash
public testGetHash ( ) : void
return void

testGetHtmlTitle() public method

Test for getHtmlTitle
public testGetHtmlTitle ( ) : void
return void

testGetTitle() public method

Test for getTitle
public testGetTitle ( ) : void
return void

testSetBacktrace() public method

Test for setBacktrace
public testSetBacktrace ( ) : void
return void

testSetFile() public method

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

testSetLine() public method

Test for setLine
public testSetLine ( ) : void
return void

Property Details

$object protected_oe property

protected $object