示例#1
0
 /**
  * @dataProvider glue_url_params_data
  */
 public function test_glue_url_params($params, $expected)
 {
     $this->assertEquals($expected, $this->path_helper->glue_url_params($params));
 }