public function testAbsoluteUrlIsRecognisedAsNonRelative()
 {
     $url = new \webignition\Url\Url('http://example.com/absolute/url');
     $this->assertFalse($url->isProtocolRelative());
 }