Exemple #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function test__generate_random_bytes_error_on_invalid_length()
 {
     Helper::generateRandomBytes('');
 }