Exemple #1
0
 /**
  * @test
  */
 public function canNotReadAndTestClose()
 {
     $this->assertTrue($this->_serverStream->close());
     $this->assertFalse($this->_clientStream->canRead());
 }