/** * @covers NumbersPHP\Basic::random * @expectedException \Exception */ public function testRandomSize2() { \NumbersPHP\Basic::random(array(10, 20), 5, false); }