예제 #1
0
 /**
  * @expectedException \LogicException
  */
 public function testGetRandomKeysLogicException()
 {
     $ma = new MutableArray(['a', 'b', 'c']);
     $ma->getRandomKeys(3);
 }