From 36139c39f20289230f301e95dd741e53d3250442 Mon Sep 17 00:00:00 2001 From: patrykbaszak Date: Tue, 20 Aug 2024 07:14:13 +0200 Subject: [PATCH] fix: removed incomplete test --- tests/Unit/Reflection/Domain/ReflectionTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/Unit/Reflection/Domain/ReflectionTest.php b/tests/Unit/Reflection/Domain/ReflectionTest.php index fdd6dd9..47fcb9e 100644 --- a/tests/Unit/Reflection/Domain/ReflectionTest.php +++ b/tests/Unit/Reflection/Domain/ReflectionTest.php @@ -19,9 +19,4 @@ public function testCreate(): void self::assertSame($class, $reflection->rootClass()); } - - public function testRecreate(): void - { - $this->markTestIncomplete('This test has not been implemented yet.'); - } }