ApiPlatform\Core\Tests\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactoryTest::testCreateWithMalformedPropertiesSettingYaml PHP 메소드

testCreateWithMalformedPropertiesSettingYaml() 공개 메소드

    public function testCreateWithMalformedPropertiesSettingYaml()
    {
        $configPath = __DIR__ . '/../../../Fixtures/FileConfigurations/propertiesinvalid.yml';
        (new ExtractorPropertyNameCollectionFactory(new YamlExtractor([$configPath])))->create(FileConfigDummy::class);
    }