We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a822e commit 262c048Copy full SHA for 262c048
1 file changed
system/Test/ControllerTestTrait.php
@@ -105,7 +105,7 @@ protected function setUpControllerTestTrait(): void
105
}
106
107
if (empty($this->request)) {
108
- // Do some acrobatics so we can use the Request service with our own URI
+ // Do some acrobatics, so we can use the Request service with our own URI
109
$tempUri = Services::uri();
110
Services::injectMock('uri', $this->uri);
111
0 commit comments