gossi\codegen\tests\parser\InterfaceParserTest::testMyCollectionInterface PHP 메소드

testMyCollectionInterface() 공개 메소드

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