spec\PhpSpec\Matcher\Iterate\SubjectElementDoesNotMatchExceptionSpec::it_is_a_failure_exception PHP Метод

it_is_a_failure_exception() публичный Метод

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