NsplTest\ArgsTest::expectsShorterThanPositiveTest PHP Method

expectsShorterThanPositiveTest() public method

        function expectsShorterThanPositiveTest($arg1)
        {
            expects(shorterThan(6), $arg1);
        }
ArgsTest