Exemplo n.º 1
0
 /**
  * @testdox  Test that addHeadLink returns an instance of $this
  */
 public function testEnsureAddHeadLinkReturnsThisObject()
 {
     $this->assertSame($this->object, $this->object->addHeadLink('index.php', 'Start'));
 }