class PHPUnit_Framework_CodeCoverageException extends PHPUnit_Framework_Exception (View source)

Properties

protected array $serializableTrace from PHPUnit_Framework_Exception

Methods

__construct($message = '', $code, Exception $previous = null)

No description

array
getSerializableTrace()

Returns the serializable trace (without 'args').

string
__toString()

No description

__sleep()

No description

Details

__construct($message = '', $code, Exception $previous = null)

Parameters

$message
$code
Exception $previous

array getSerializableTrace()

Returns the serializable trace (without 'args').

Return Value

array

string __toString()

Return Value

string