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

testCreateWithMalformedResourcesSettingYaml() public method

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