1
0
Fork 0
mirror of synced 2024-09-21 03:52:23 +12:00

fix comments

This commit is contained in:
Torsten Dittmann 2021-02-26 17:09:47 +01:00
parent 7fb5d61b5f
commit ffb275d46d

View file

@ -113,11 +113,11 @@ class RealtimeChannelsTest extends TestCase
/**
* Check for correct amount of subscriptions:
* - XXX users
* - XXX teams
* - XXX team roles (2 roles per team)
* - 1 *
* - 1 role:guest
* - 1 role:member
* - 10 teams
* - 20 team roles (2 roles per team)
*/
$this->assertCount(($this->connectionsAuthenticated + (3 * $this->connectionsPerChannel) + 3), $this->subscriptions['1']);