public function testPoll()
 {
     $this->consumer->poll(0);
     $this->markTestIncomplete('Create real test and trigger a callback using poll()');
 }