Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed May 15, 2024
1 parent 711c673 commit 71a5ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/EventListener/AdminEmailTokenSubscriberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ static function (string $email): array {
'Dolor Sitamet [[email protected]]' => ['Dolor Sitamet', '[email protected]'],
default => ['', $email],
};
}
},
)
;

return $this->mockContaoFramework([
Config::class => $configAdapter,
StringUtil::class => $stringUtilAdapter
StringUtil::class => $stringUtilAdapter,
]);
}
}

0 comments on commit 71a5ab3

Please sign in to comment.