示例#1
0
 public function itShouldGenerateRandomString()
 {
     $this->spec(strlen(Ra_StringHelper::random(30)))->should->be(30);
 }