/** * @test */ public function isTimedOut() { $result = $this->_listenStream->isTimedOut(); $this->assertInternalType('bool', $result); }