ApiPlatform\SchemaGenerator\Tests\AnnotationGenerator\ApiPlatformCoreAnnotationGeneratorTest::testGenerateUses PHP 메소드

testGenerateUses() 공개 메소드

public testGenerateUses ( )
    public function testGenerateUses()
    {
        $this->assertSame(['ApiPlatform\\Core\\Annotation\\ApiResource', 'ApiPlatform\\Core\\Annotation\\ApiProperty'], $this->generator->generateUses('Res'));
        $this->assertSame([], $this->generator->generateUses('MyEnum'));
    }