Skip to content

Commit

Permalink
Fix type in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jun 27, 2024
1 parent ecf685c commit 76ec40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/GLPITestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function setUp(): void
}, E_ALL);
}

public function tesarDown(): void
public function tearDown(): void
{
restore_error_handler();

Expand Down

0 comments on commit 76ec40d

Please sign in to comment.