Пример #1
0
 /**
  * @dataProvider provideStringsWithSentences
  */
 public function testGetFirstSentence($str, $sentence)
 {
     $this->assertEquals($sentence, StringUtils::getFirstSentence($str));
 }