mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
2.x - databases
This commit is contained in:
@ -78,7 +78,7 @@ public function test_send(): void
|
||||
|
||||
Http::fake();
|
||||
|
||||
$provider->send($channel, new TestNotification());
|
||||
$provider->send($channel, new TestNotification);
|
||||
|
||||
Http::assertSent(function (Request $request) {
|
||||
return $request->body() === '{"text":"Hello"}';
|
||||
|
Reference in New Issue
Block a user