Example #1
0
 /**
  * @dataProvider clean_url_data
  */
 public function test_clean_url($input, $expected)
 {
     $this->assertEquals($expected, $this->path_helper->clean_url($input));
 }