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 16, 2023
1 parent df97cc8 commit 8dbb486
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 8dbb486

Please sign in to comment.