ApiPlatform\Core\tests\Metadata\Extractor\YamlExtractorTest::testInvalidProperty PHP 메소드

testInvalidProperty() 공개 메소드

public testInvalidProperty ( )
    public function testInvalidProperty()
    {
        (new YamlExtractor([__DIR__ . '/../../Fixtures/FileConfigurations/badpropertytype.yml']))->getResources();
    }
YamlExtractorTest