Skip to content

Commit

Permalink
fixup! fixup! IBX-6312: View matcher ParentContentType should not thr…
Browse files Browse the repository at this point in the history
…ow execption if parent is not available - Added test of logging
  • Loading branch information
vidarl committed Nov 5, 2024
1 parent e3a7e61 commit efd8987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ final class PreviewControllerTest extends TestCase
/** @var \Ibexa\Core\MVC\Symfony\View\CustomLocationControllerChecker&\PHPUnit\Framework\MockObject\MockObject */
protected CustomLocationControllerChecker $controllerChecker;

/** @var LoggerInterface&\PHPUnit\Framework\MockObject\MockObject */
/** @var \Psr\Log\LoggerInterface&\PHPUnit\Framework\MockObject\MockObject */
private LoggerInterface $logger;

protected function setUp(): void
Expand Down

0 comments on commit efd8987

Please sign in to comment.