Exemple #1
0
 /**
  * @testdox Allows setting and getting the URI
  */
 public function testSettingAndGettingTheUri()
 {
     $uri = 'http://test.uri';
     $this->target->setUri($uri);
     $this->assertEquals($uri, $this->target->getUri());
 }