コード例 #1
0
ファイル: LoremTest.php プロジェクト: alikhan890/minitwitter
 public function testWordssAsText()
 {
     $words = TestableLorem::words(2, true);
     $this->assertEquals('word word', $words);
 }