gossi\codegen\tests\parser\InterfaceParserTest::testMyCollectionInterface PHP Method

testMyCollectionInterface() public method

    public function testMyCollectionInterface()
    {
        $interface = PhpInterface::fromFile(__DIR__ . '/../fixtures/MyCollectionInterface.php');
        $interface->hasInterface('phootwork\\collection\\Collection');
    }