PHPUnit_Framework_TestFailure::isFailure PHP Méthode

isFailure() public méthode

Returns true if the thrown exception is of type AssertionFailedError.
public isFailure ( ) : boolean
Résultat boolean
    public function isFailure()
    {
        return $this->thrownException() instanceof PHPUnit_Framework_AssertionFailedError;
    }