Ejemplo n.º 1
0
 public function testRemoveConnection()
 {
     $this->channel->addConnection($this->connection);
     $this->channel->removeConnection($this->connection);
     $this->assertEmpty($this->channel->getConnections());
 }