Example #1
0
 public function testRandomStringsCanBeGenerated()
 {
     $this->assertEquals(40, strlen(String::random(40)));
 }