spec\Prophecy\Doubler\Generator\Node\ClassNodeSpec::it_supports_implementation_of_multiple_interfaces PHP Méthode

it_supports_implementation_of_multiple_interfaces() public méthode

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