예제 #1
0
 function test_url_for_joins_arguments_with_slashes()
 {
     $controller = new Trails_Controller($this->dispatcher);
     $url = 'wiki/show/group/main';
     $this->assertEqual('http://base/' . $url, $controller->url_for('wiki/show', 'group', 'main'));
 }