Пример #1
0
 /**
  * Tests the method check
  */
 public function testGetPseudoNumberMethodChecks()
 {
     try {
         Random::getPseudoNumber(0, 1, 'nonexistent');
         $this->fail('The method check fails');
     } catch (Exception $exception) {
     }
 }