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