Skip to content

Commit

Permalink
fixup! Use a new interface instead
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlSchwan committed Mar 10, 2022
1 parent 197609d commit b484e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin_audit/tests/Actions/SecurityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SecurityTest extends TestCase {
protected function setUp(): void {
parent::setUp();

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

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

0 comments on commit b484e84

Please sign in to comment.