PHP Class Eloquent\Phony\Phpunit\PhpunitAssertionException

Inheritance: extends PHPUnit_Framework_ExpectationFailedExceptio\PHPUnit_Framework_ExpectationFailedException
Show file Open project: eloquent/phony

Public Methods

Method Description
__construct ( string $description ) Construct a new PHPUnit assertion exception.

Method Details

__construct() public method

Construct a new PHPUnit assertion exception.
public __construct ( string $description )
$description string The failure description.