NsplTest\ArgsTest::deprecatedExpectsWithKeysNegativeTest PHP Method

deprecatedExpectsWithKeysNegativeTest() public method

        function deprecatedExpectsWithKeysNegativeTest($arg1)
        {
            expectsWithKeys($arg1, ['hello', 'answer']);
        }
ArgsTest