Skip to content

Commit b46e177

Browse files
committed
test: fix failed test
In GitHub Actions: Error: Call to undefined method CodeIgniter\HTTP\URI::siteUrl()
1 parent 8309735 commit b46e177

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/Helpers/HTMLHelperTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ protected function setUp(): void
3939
{
4040
parent::setUp();
4141

42+
$this->resetServices();
43+
4244
helper('html');
4345

4446
$this->tracks = [

0 commit comments

Comments
 (0)