Apply fixes from StyleCI (#537)
This commit is contained in:
parent
7a651d78c2
commit
9f54699da4
|
|
@ -55,7 +55,7 @@ class ReplicationTest extends TestCase
|
|||
$this->getPublishClient()
|
||||
->assertCalledWithArgs('publish', [
|
||||
$this->channelManager->getRedisKey('1234', 'public-channel'),
|
||||
$message->getPayload()
|
||||
$message->getPayload(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
@ -89,7 +89,7 @@ class ReplicationTest extends TestCase
|
|||
$this->getPublishClient()
|
||||
->assertCalledWithArgs('publish', [
|
||||
$this->channelManager->getRedisKey('1234', 'private-channel'),
|
||||
$message->getPayload()
|
||||
$message->getPayload(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ class ReplicationTest extends TestCase
|
|||
$this->getPublishClient()
|
||||
->assertCalledWithArgs('publish', [
|
||||
$this->channelManager->getRedisKey('1234', 'presence-channel'),
|
||||
$message->getPayload()
|
||||
$message->getPayload(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue