コード例 #1
0
ファイル: StrTest.php プロジェクト: anekdotes/support
 public function testRandom4()
 {
     $this->assertTrue(strlen(Str::random(5)) == 5);
 }