spec\PhpSpec\Matcher\Iterate\SubjectElementDoesNotMatchExceptionSpec::it_is_a_failure_exception PHP Method

it_is_a_failure_exception() public method

    function it_is_a_failure_exception()
    {
        $this->shouldHaveType(FailureException::class);
    }