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.'); - } }