We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd8987 commit 9bd5144Copy full SHA for 9bd5144
tests/lib/MVC/Symfony/Controller/Controller/Content/PreviewControllerTest.php
@@ -164,9 +164,8 @@ public function testPreviewWithLogMessage(): void
164
$this->previewHelper->method('getOriginalSiteAccess')->willReturn($siteAccess);
165
$this->httpKernel->method('handle')->willThrowException(new NotFoundException('Foo Property', 'foobar'));
166
167
- $this->logger->expects(
168
- self::once()
169
- )
+ $this->logger
+ ->expects(self::once())
170
->method('warning')
171
->with('Location (42) not found or not available in requested language (eng-GB) when loading the preview page');
172
0 commit comments