NsplTest\ArgsTest::expectsNumericNegativeTest PHP Method

expectsNumericNegativeTest() public method

public expectsNumericNegativeTest ( $arg1, $arg2 )
        function expectsNumericNegativeTest($arg1, $arg2)
        {
            expects(numeric, $arg2);
        }
ArgsTest