Example #1
0
 public function testTextReturnsParagraphsWhenAskedSizeGreaterOrEqualThanThan100()
 {
     $this->assertEquals('This is a test paragraph. It has three sentences. Exactly three.', TestableLorem::text(100));
 }