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

testCreateWithMalformedResourcesSettingYaml() 공개 메소드

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