示例#1
0
 public function testHref()
 {
     $h = new Url($this->container);
     $this->assertEquals('?controller=a&action=b&d=e', $h->href('a', 'b', array('d' => 'e')));
 }