Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testShuffleThrowsExceptionWhenPassedAnInvalidArgument()
 {
     BaseProvider::shuffle(false);
 }