示例#1
0
 public function testLink()
 {
     $h = new Url($this->container);
     $this->assertEquals('<a href="?controller=a&amp;action=b&amp;d=e" class="f" title="g" target="_blank">label</a>', $h->link('label', 'a', 'b', array('d' => 'e'), false, 'f', 'g', true));
 }