ApiPlatform\Core\tests\Metadata\Extractor\YamlExtractorTest::testInvalidProperty PHP Méthode

testInvalidProperty() public méthode

public testInvalidProperty ( )
    public function testInvalidProperty()
    {
        (new YamlExtractor([__DIR__ . '/../../Fixtures/FileConfigurations/badpropertytype.yml']))->getResources();
    }
YamlExtractorTest