NsplTest\ArgsTest::expectsShorterThanNegativeTest PHP Method

expectsShorterThanNegativeTest() public method

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