示例#1
0
 /**
  * @covers       SMSKrank\Utils\String::unescapeGSM
  * @dataProvider providerUnescapeGsm
  */
 public function testUnescapeGsm($string, $expected)
 {
     $this->assertEquals($expected, $this->s->unescapeGSM($string), 'UTF-8');
 }