Ejemplo n.º 1
0
 /**
  * Test...
  *
  * @param   string  $string  @todo
  * @param   string  $expect  @todo
  *
  * @return  array
  *
  * @covers        Windwalker\String\Utf8String::unicode_to_utf8
  * @dataProvider  seedTestUnicodeToUtf8
  * @since         1.2.0
  */
 public function testUnicodeToUtf8($string, $expect)
 {
     $actual = Utf8String::unicode_to_utf8($string);
     $this->assertEquals($expect, $actual);
 }