public function testRemoveConnection()
 {
     $this->channel->addConnection($this->connection);
     $this->channel->removeConnection($this->connection);
     $this->assertEmpty($this->channel->getConnections());
 }