Slightly modified TopicTest to support new broadcast params
This commit is contained in:
parent
0b5208507f
commit
646c2e263a
@ -57,7 +57,7 @@ class TopicTest extends \PHPUnit_Framework_TestCase {
|
||||
$topic->add($first);
|
||||
$topic->add($second);
|
||||
|
||||
$topic->broadcast($msg);
|
||||
$topic->broadcast($msg, array(), array());
|
||||
}
|
||||
|
||||
public function testIterator() {
|
||||
|
Loading…
Reference in New Issue
Block a user