gossi\codegen\tests\parser\InterfaceParserTest::testMyCollectionInterface PHP Метод

testMyCollectionInterface() публичный Метод

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