MathPHP\Probability\CombinatoricsTest::testCombinationsRGreaterThanNException PHP Метод

testCombinationsRGreaterThanNException() публичный Метод

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