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 88fc79d commit 36ece41Copy full SHA for 36ece41
tests/Unit/Domain/Messaging/Service/Manager/BounceRegexManagerTest.php
@@ -85,10 +85,6 @@ public function testUpdateExistingRegex(): void
85
->with($hash)
86
->willReturn($existing);
87
88
- $this->regexRepository->expects($this->once())
89
- ->method('save')
90
- ->with($existing);
91
-
92
$updated = $this->manager->createOrUpdateFromPattern(
93
regex: $pattern,
94
action: 'delete',
0 commit comments