Skip to content

Commit b484e84

Browse files
committed
fixup! Use a new interface instead
1 parent 197609d commit b484e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/admin_audit/tests/Actions/SecurityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class SecurityTest extends TestCase {
4444
protected function setUp(): void {
4545
parent::setUp();
4646

47-
$this->logger = $this->createMock(LoggerInterface::class);
47+
$this->logger = $this->createMock(AuditLogger::class);
4848
$this->security = new Security($this->logger);
4949

5050
$this->user = $this->createMock(IUser::class);

0 commit comments

Comments
 (0)