Functional\Tests\SequenceConstantTest::testArgumentMustBePositiveInteger PHP Method

testArgumentMustBePositiveInteger() public method

    public function testArgumentMustBePositiveInteger()
    {
        $this->expectArgumentError('Functional\\sequence_constant() expects parameter 1 to be an integer greater than or equal to 0');
        sequence_constant(-1);
    }