Beispiel #1
0
 /**
  * Tests UTF8::trim
  *
  * @test
  * @dataProvider provider_trim
  */
 public function test_trim($input, $input2, $expected)
 {
     $this->assertSame($expected, UTF8::trim($input, $input2));
 }