Skip to content

Commit

Permalink
Skip test for class not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Oct 25, 2023
1 parent 87fdb37 commit f745512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Unit/Format/TeiHeaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function setUp(): void
*/
public function extract(): void
{
//TODO: TeiHeader class has no usefull implementation.
$this->assertTrue(false);
//TODO: TeiHeader class has no useful implementation.
$this->markTestSkipped('Implement test when TeiHeader class is implemented.');
}
}

0 comments on commit f745512

Please sign in to comment.