Example #1
0
 public function testSentencesAsText()
 {
     $sentences = TestableLorem::sentences(2, true);
     $this->assertEquals('This is a test sentence. This is a test sentence.', $sentences);
 }