コード例 #1
0
 public function testGetTotal()
 {
     $result = new MulticastResult(1, 2, 1, 'multicast-id', array());
     $this->assertEquals(3, $result->getTotal());
 }