spec\Prophecy\Doubler\Generator\Node\ClassNodeSpec::its_hasInterface_returns_false_if_class_does_not_implements_interface PHP Method

its_hasInterface_returns_false_if_class_does_not_implements_interface() public method

    function its_hasInterface_returns_false_if_class_does_not_implements_interface()
    {
        $this->hasInterface('MyInterface')->shouldReturn(false);
    }