spec\Prophecy\Prophecy\MethodProphecySpec::its_constructor_throws_MethodNotFoundException_for_unexisting_method PHP Method

its_constructor_throws_MethodNotFoundException_for_unexisting_method() public method

    function its_constructor_throws_MethodNotFoundException_for_unexisting_method($objectProphecy)
    {
        $this->shouldThrow('Prophecy\\Exception\\Doubler\\MethodNotFoundException')->during('__construct', array($objectProphecy, 'getUnexisting', null));
    }
MethodProphecySpec