예제 #1
0
 public function testRandom4()
 {
     $this->assertTrue(strlen(Str::random(5)) == 5);
 }