Example #1
0
 public function testQuickRandom4()
 {
     $this->assertTrue(strlen(Str::quickRandom(5)) == 5);
 }