PHPUnit_Framework_TestFailure::__construct
Constructs a TestFailure with the given test and exception.
Signature
public function __construct(PHPUnit_Framework_Test
$failedTest,
Exception
$thrownException )
Parameters
$failedTest— PHPUnit_Framework_Test
$thrownException— Exception