ApiPlatform\Core\Tests\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactoryTest::testCreateWithMalformedYaml PHP Method

testCreateWithMalformedYaml() public method

    public function testCreateWithMalformedYaml()
    {
        $configPath = __DIR__ . '/../../../Fixtures/FileConfigurations/parse_exception.yml';
        (new ExtractorResourceNameCollectionFactory(new YamlExtractor([$configPath])))->create();
    }