public function testGrabFromCurrentUrl()
 {
     $this->module->sendGET('/rest/http-host/');
     $this->assertEquals('/rest/http-host/', $this->phpBrowser->grabFromCurrentUrl());
 }