Skip to content

Commit

Permalink
Fix unused local variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
haogatyp committed Feb 6, 2023
1 parent d450000 commit d0c023c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/Unit/Format/TeiHeaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ public function setUp(): void
*/
public function extract(): void
{
$teiHeader = new TeiHeader();
//$teiHeader->extractMetadata();
//TODO: TeiHeader class not fully implemented.
//TODO: TeiHeader class has no usefull implementation.
$this->assertTrue(false);
}
}

0 comments on commit d0c023c

Please sign in to comment.