Exemple #1
0
 public function testAutoDisconnectFalse()
 {
     $this->connection->connect();
     $this->transport->setAutoDisconnect(false);
     unset($this->transport);
     $this->assertTrue($this->connection->isConnected());
 }