ApiPlatform\Core\Tests\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactoryTest::testCreateWithMalformedYaml PHP Méthode

testCreateWithMalformedYaml() public méthode

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