コード例 #1
0
ファイル: StrTest.php プロジェクト: laradic/support
 public function testRandomStringsCanBeGenerated()
 {
     $this->assertEquals(40, strlen(Str::random(40)));
 }