Exemplo n.º 1
0
 /**
  * @todo Implement testGetUrl().
  */
 public function testGetUrl()
 {
     $url = $this->getMock('Versionable\\Prospect\\Url\\UrlInterface', array(), array('http://testing.com'));
     $this->object->setUrl($url);
     $this->assertEquals($this->readAttribute($this->object, 'url'), $this->object->getUrl());
 }