Skip to content

Commit e01d622

Browse files
committed
test: remove unused private method
1 parent c2f8860 commit e01d622

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/system/Helpers/URLHelper/CurrentUrlTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,6 @@ public function testUriString(): void
194194
$this->assertSame('assets/image.jpg', uri_string());
195195
}
196196

197-
private function setService(string $uri): void
198-
{
199-
$uri = new URI($uri);
200-
Services::injectMock('uri', $uri);
201-
202-
$request = Services::request($this->config);
203-
Services::injectMock('request', $request);
204-
}
205-
206197
public function testUriStringNoTrailingSlash(): void
207198
{
208199
$_SERVER['HTTP_HOST'] = 'example.com';

0 commit comments

Comments
 (0)