Skip to content

Commit

Permalink
test: fix failed test
Browse files Browse the repository at this point in the history
In GitHub Actions:
Error: Call to undefined method CodeIgniter\HTTP\URI::siteUrl()
  • Loading branch information
kenjis committed Feb 23, 2023
1 parent 4cc8d97 commit 4463439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system/Helpers/HTMLHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ protected function setUp(): void
{
parent::setUp();

$this->resetServices();

helper('html');

$this->tracks = [
Expand Down

0 comments on commit 4463439

Please sign in to comment.