PHP Class PHPUnit_Framework_Warning, qcodo

Author: Sebastian Bergmann ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$backupGlobals boolean
$backupStaticAttributes boolean
$message string
$runTestInSeparateProcess boolean
$useErrorHandler boolean
$useOutputBuffering boolean

Public Methods

Method Description
__construct ( string $message = '' )
getMessage ( ) : string
toString ( ) : string Returns a string representation of the test case.

Protected Methods

Method Description
runTest ( )

Method Details

__construct() public method

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

getMessage() public method

public getMessage ( ) : string
return string

runTest() protected method

protected runTest ( )

toString() public method

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

Property Details

$backupGlobals protected_oe property

protected bool $backupGlobals
return boolean

$backupStaticAttributes protected_oe property

protected bool $backupStaticAttributes
return boolean

$message protected_oe property

protected string $message
return string

$runTestInSeparateProcess protected_oe property

protected bool $runTestInSeparateProcess
return boolean

$useErrorHandler protected_oe property

protected bool $useErrorHandler
return boolean

$useOutputBuffering protected_oe property

protected bool $useOutputBuffering
return boolean