예제 #1
0
파일: StreamTest.php 프로젝트: rusnak/Ext
 /**
  * @test
  */
 public function canNotReadAndTestClose()
 {
     $this->assertTrue($this->_serverStream->close());
     $this->assertFalse($this->_clientStream->canRead());
 }