MathPHP\Probability\CombinatoricsTest::testCatalanNumberExceptionNLessThanZero PHP Method

testCatalanNumberExceptionNLessThanZero() public method

    public function testCatalanNumberExceptionNLessThanZero()
    {
        $this->setExpectedException('MathPHP\\Exception\\OutOfBoundsException');
        Combinatorics::catalanNumber(-1);
    }