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 daedb68 commit a47bd82Copy full SHA for a47bd82
tests/Webhook/Registration/WebhookSubscriberTest.php
@@ -228,7 +228,7 @@ public function testCheckWebhookAfterWithNoCheckNeeded(): void
228
->willReturn(false);
229
230
$this->createWebhookSubscriber(['' => null, TestDefaults::SALES_CHANNEL => null])
231
- ->checkWebhookBefore($event);
+ ->checkWebhookAfter($event);
232
}
233
234
public function testSubscribedEvents(): void
0 commit comments