Example #1
0
 public function testWordssAsText()
 {
     $words = TestableLorem::words(2, true);
     $this->assertEquals('word word', $words);
 }