コード例 #1
0
ファイル: BaseTest.php プロジェクト: Wookashlab/MainRepo
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testShuffleThrowsExceptionWhenPassedAnInvalidArgument()
 {
     BaseProvider::shuffle(false);
 }