/**
  * @test
  */
 public function testGetUrl()
 {
     $this->assertEquals('http://testURL', $this->object->getUrl());
 }