예제 #1
0
 /**
  * Tests Text::similar()
  *
  * @test
  * @dataProvider provider_similar
  * @covers Text::similar
  */
 public function test_similar($expected, $words)
 {
     $this->assertSame($expected, Text::similar($words));
 }