We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f8860 commit e01d622Copy full SHA for e01d622
1 file changed
tests/system/Helpers/URLHelper/CurrentUrlTest.php
@@ -194,15 +194,6 @@ public function testUriString(): void
194
$this->assertSame('assets/image.jpg', uri_string());
195
}
196
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
206
public function testUriStringNoTrailingSlash(): void
207
{
208
$_SERVER['HTTP_HOST'] = 'example.com';
0 commit comments