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