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