MathPHP\Probability\CombinatoricsTest::testCombinationsRGreaterThanNException PHP Méthode

testCombinationsRGreaterThanNException() public méthode

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