You are here

class PHPUnit_Framework_IncompleteTestError in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

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

Namesort descending Modifiers Type Description Overrides
PHPUnit_Framework_AssertionFailedError::toString public function Wrapper for getMessage() which is declared as final. Overrides PHPUnit_Framework_SelfDescribing::toString
PHPUnit_Framework_Exception::$serializableTrace protected property
PHPUnit_Framework_Exception::getSerializableTrace public function Returns the serializable trace (without 'args').
PHPUnit_Framework_Exception::__construct public function 4
PHPUnit_Framework_Exception::__sleep public function
PHPUnit_Framework_Exception::__toString public function 1