Exemplo n.º 1
0
 public function testAbsoluteUrlIsRecognisedAsAbsolute()
 {
     $url = new \webignition\Url\Url('http://example.com/absolute/url');
     $this->assertTrue($url->isAbsolute());
 }