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 220c067 commit 0b4a332Copy full SHA for 0b4a332
tests/Unit/TwilioChannelTest.php
@@ -46,6 +46,8 @@ public function it_will_not_send_a_message_if_not_enabled()
46
'enabled' => false,
47
]);
48
49
+ $this->dispatcher->shouldNotReceive('dispatch');
50
+
51
$result = $this->channel->send($notifiable, $notification);
52
53
$this->assertNull($result);
0 commit comments