예제 #1
0
 /**
  * This method tests the "random" method.
  */
 public function test_random()
 {
     $p0 = IInt32\Module::random();
     $this->assertInstanceOf('\\Saber\\Data\\IInt32\\Type', $p0);
 }