class PHPUnit_Framework_OutputError in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/OutputError.php \PHPUnit_Framework_OutputError
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a test that printed output.
@since Class available since Release 3.6.0
Hierarchy
- class \PHPUnit_Framework_Exception extends \RuntimeException implements PHPUnit_Exception
- class \PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SelfDescribing
Expanded class hierarchy of PHPUnit_Framework_OutputError
File
- vendor/
phpunit/ phpunit/ src/ Framework/ OutputError.php, line 17
View source
class PHPUnit_Framework_OutputError extends PHPUnit_Framework_AssertionFailedError {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PHPUnit_Framework_AssertionFailedError:: |
public | function |
Wrapper for getMessage() which is declared as final. Overrides PHPUnit_Framework_SelfDescribing:: |
|
PHPUnit_Framework_Exception:: |
protected | property | ||
PHPUnit_Framework_Exception:: |
public | function | Returns the serializable trace (without 'args'). | |
PHPUnit_Framework_Exception:: |
public | function | 4 | |
PHPUnit_Framework_Exception:: |
public | function | ||
PHPUnit_Framework_Exception:: |
public | function | 1 |