Beispiel #1
0
 /**
  * Tests UTF8::ucwords
  *
  * @test
  * @dataProvider provider_ucwords
  */
 public function test_ucwords($input, $expected)
 {
     $this->assertSame($expected, UTF8::ucwords($input));
 }