ApiPlatform\Core\tests\Metadata\Extractor\YamlExtractorTest::testInvalidProperty PHP Метод

testInvalidProperty() публичный Метод

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