示例#1
0
 public function testRandom()
 {
     $set = new Set();
     $set->add('hello', 'world', 100, function () {
     }, array(3, 2, 1));
     $this->assertNotNull($set->random());
 }