class PHPUnit_Framework_SkippedTestError in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/SkippedTestError.php \PHPUnit_Framework_SkippedTestError
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a skipped test.
@since Class available since Release 3.0.0
Hierarchy
- class \PHPUnit_Framework_Exception extends \RuntimeException implements PHPUnit_Exception
- class \PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SelfDescribing
- class \PHPUnit_Framework_SkippedTestError implements PHPUnit_Framework_SkippedTest
- class \PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SelfDescribing
Expanded class hierarchy of PHPUnit_Framework_SkippedTestError
File
- vendor/
phpunit/ phpunit/ src/ Framework/ SkippedTestError.php, line 17
View source
class PHPUnit_Framework_SkippedTestError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SkippedTest {
}
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 |