Skip to content

Commit

Permalink
fix: removed incomplete test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykbaszak committed Aug 20, 2024
1 parent 7a3d5d7 commit 36139c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Unit/Reflection/Domain/ReflectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
}

0 comments on commit 36139c3

Please sign in to comment.