You are here

class PHPUnit_Framework_OutputError in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/OutputError.php \PHPUnit_Framework_OutputError

Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a test that printed output.

@since Class available since Release 3.6.0

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_OutputError

File

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

View source
class PHPUnit_Framework_OutputError extends PHPUnit_Framework_AssertionFailedError {

}

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