예제 #1
0
파일: StrTest.php 프로젝트: lucidphp/common
 /**
  * @test
  * @dataProvider strrandLengthProvider
  */
 public function strquickRand($length)
 {
     $this->assertSame($length, strlen(Str::quickRand($length)));
 }