class PHPUnit_Framework_AssertionFailedError in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Framework/AssertionFailedError.php \PHPUnit_Framework_AssertionFailedError
Thrown when an assertion failed.
@since Class available since Release 2.0.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_AssertionFailedError
File
- vendor/
phpunit/ phpunit/ src/ Framework/ AssertionFailedError.php, line 16
View source
class PHPUnit_Framework_AssertionFailedError extends PHPUnit_Framework_Exception implements PHPUnit_Framework_SelfDescribing {
/**
* Wrapper for getMessage() which is declared as final.
*
* @return string
*/
public function toString() {
return $this
->getMessage();
}
}
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 |