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

it_supports_implementation_of_multiple_interfaces() public method

    function it_supports_implementation_of_multiple_interfaces()
    {
        $this->addInterface('MyInterface');
        $this->addInterface('MySecondInterface');
        $this->getInterfaces()->shouldHaveCount(2);
    }