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