コード例 #1
0
ファイル: LoremTest.php プロジェクト: alikhan890/minitwitter
 public function testTextReturnsParagraphsWhenAskedSizeGreaterOrEqualThanThan100()
 {
     $this->assertEquals('This is a test paragraph. It has three sentences. Exactly three.', TestableLorem::text(100));
 }