Пример #1
0
 public function testGetters()
 {
     $this->assertEquals($this->topic, $this->req->getTopic());
     $this->assertEquals($this->offset, $this->req->getOffset());
     $this->assertEquals($this->partition, $this->req->getPartition());
 }