class PHPUnit_Framework_IncompleteTestError in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/IncompleteTestError.php \PHPUnit_Framework_IncompleteTestError
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of an incomplete test.
@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
- class \PHPUnit_Framework_IncompleteTestError implements PHPUnit_Framework_IncompleteTest
- class \PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SelfDescribing
Expanded class hierarchy of PHPUnit_Framework_IncompleteTestError
File
- vendor/
phpunit/ phpunit/ src/ Framework/ IncompleteTestError.php, line 17
View source
class PHPUnit_Framework_IncompleteTestError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_IncompleteTest {
}
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 |