We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9469732 commit 16a5bdaCopy full SHA for 16a5bda
tests/Unit/EventTest.php
@@ -11,7 +11,7 @@
11
app(ServerProviderManager::class)->withPublishing();
12
$pubSub = Mockery::mock(PubSubProvider::class);
13
$pubSub->shouldReceive('publish')->once()
14
- ->with(['type' => 'message', 'application' => serialize($app), 'payload' => ['channel' => 'test-channel'], 'socket_id' => null]);
+ ->with(['type' => 'message', 'application' => serialize($app), 'payload' => ['channel' => 'test-channel']]);
15
16
$this->app->instance(PubSubProvider::class, $pubSub);
17
0 commit comments