Ejemplo n.º 1
0
 /** @dataProvider dataTranslit */
 function testTranslit($str, $exp, $msg)
 {
     $this->assertEquals($exp, URL::Translit($str), $msg);
 }