예제 #1
0
 /**
  * Tests Text::widont()
  *
  * @test
  * @dataProvider provider_widont
  */
 public function test_widont($expected, $string)
 {
     $this->assertSame($expected, Text::widont($string));
 }