예제 #1
0
 public function testCombinationsRGreaterThanNException()
 {
     $this->setExpectedException('MathPHP\\Exception\\OutOfBoundsException');
     Combinatorics::combinations(3, 4, Combinatorics::REPETITION);
 }