You are here

class PHPUnit_Framework_InvalidCoversTargetError in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetError.php \PHPUnit_Framework_InvalidCoversTargetError

Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a test that is skipped because of an invalid @covers annotation.

@since Class available since Release 4.0.0

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_InvalidCoversTargetError

File

vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetError.php, line 17

View source
class PHPUnit_Framework_InvalidCoversTargetError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SkippedTest {

}

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