Exemplo n.º 1
0
 public function tearDown()
 {
     $this->assertInstanceOf(__NAMESPACE__ . '\\TcpClient', $this->client);
     if ($this->client->isPersistent()) {
         $this->client->close();
     }
     unset($this->client);
 }