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

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

    public function testCombinationsExceptionRLargerThanN()
    {
        $this->setExpectedException('MathPHP\\Exception\\OutOfBoundsException');
        Combinatorics::combinations(1, 2);
    }