Example #1
0
 public function testReload()
 {
     $this->socket->expects($this->any())->method('read')->will($this->returnValue('RELOADING'));
     $result = $this->quahog->reload();
     $this->assertSame('RELOADING', $result);
 }