NsplTest\ArgsTest::deprecatedExpectsIntPositiveTest PHP Method

deprecatedExpectsIntPositiveTest() public method

public deprecatedExpectsIntPositiveTest ( $arg1, $arg2 )
        function deprecatedExpectsIntPositiveTest($arg1, $arg2)
        {
            expectsInt($arg2);
        }
ArgsTest