We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d777cee commit da0b95eCopy full SHA for da0b95e
1 file changed
tests/system/ControllerTest.php
@@ -57,7 +57,7 @@ protected function setUp(): void
57
$this->config = new App();
58
$this->request = new IncomingRequest($this->config, new URI('https://somwhere.com'), null, new UserAgent());
59
$this->response = new Response($this->config);
60
- $this->logger = \Config\Services::logger();
+ $this->logger = Services::logger();
61
}
62
63
public function testConstructor()
0 commit comments