NsplTest\ArgsTest::expectsCustomConstraintNegativeTest PHP Method

expectsCustomConstraintNegativeTest() public method

        function expectsCustomConstraintNegativeTest($year)
        {
            expects(validYear, $year);
        }
ArgsTest