spec\Prophecy\Exception\Prophecy\ObjectProphecyExceptionSpec::it_should_be_a_prophecy_exception PHP Метод

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

    function it_should_be_a_prophecy_exception()
    {
        $this->shouldBeAnInstanceOf('Prophecy\\Exception\\Prophecy\\ProphecyException');
    }