NsplTest\ArgsTest::expectsIntPositiveTest PHP Method

expectsIntPositiveTest() public method

public expectsIntPositiveTest ( $arg1, $arg2 )
        function expectsIntPositiveTest($arg1, $arg2)
        {
            expects(int, $arg2);
        }
ArgsTest