PHP Class PHPUnit_Framework_Warning, qcodo

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

Protected Properties

Свойство Type Description
$backupGlobals boolean
$backupStaticAttributes boolean
$message string
$runTestInSeparateProcess boolean
$useErrorHandler boolean
$useOutputBuffering boolean

Méthodes publiques

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

Méthodes protégées

Méthode Description
runTest ( )

Method Details

__construct() public méthode

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

getMessage() public méthode

public getMessage ( ) : string
Résultat string

runTest() protected méthode

protected runTest ( )

toString() public méthode

Returns a string representation of the test case.
public toString ( ) : string
Résultat string

Property Details

$backupGlobals protected_oe property

protected bool $backupGlobals
Résultat boolean

$backupStaticAttributes protected_oe property

protected bool $backupStaticAttributes
Résultat boolean

$message protected_oe property

protected string $message
Résultat string

$runTestInSeparateProcess protected_oe property

protected bool $runTestInSeparateProcess
Résultat boolean

$useErrorHandler protected_oe property

protected bool $useErrorHandler
Résultat boolean

$useOutputBuffering protected_oe property

protected bool $useOutputBuffering
Résultat boolean