From 58ffc7656b05124ea166fe096b31e7dd000d4e97 Mon Sep 17 00:00:00 2001 From: djordy Date: Fri, 17 Jan 2025 13:33:49 +0100 Subject: [PATCH] add test method for coverage --- .../ModelDescriber/ObjectModelDescriberTestTypeInfo.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/Functional/ModelDescriber/ObjectModelDescriberTestTypeInfo.php b/tests/Functional/ModelDescriber/ObjectModelDescriberTestTypeInfo.php index ed01dbfa5..a8160d223 100644 --- a/tests/Functional/ModelDescriber/ObjectModelDescriberTestTypeInfo.php +++ b/tests/Functional/ModelDescriber/ObjectModelDescriberTestTypeInfo.php @@ -21,6 +21,14 @@ protected static function createKernel(array $options = []): KernelInterface return new TestKernel(TestKernel::USE_TYPE_INFO); } + /** + * @dataProvider provideFixtures + */ + public function testItDescribes(string $class, ?string $fixtureDir = null): void + { + parent::testItDescribes($class, $fixtureDir); + } + public static function provideFixtures(): \Generator { /*