Example #1
0
 public function testShouldGenerateRandomString()
 {
     $this->assertRegExp('/[A-Za-z0-9]{10}/i', StringUtil::random(10));
 }