ApiPlatform\Core\Tests\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactoryTest::testCreateWithMalformedPropertiesSettingYaml PHP Method

testCreateWithMalformedPropertiesSettingYaml() public method

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