NsplTest\ArgsTest::deprecatedExpectsWithKeysPositiveTest PHP Method

deprecatedExpectsWithKeysPositiveTest() public method

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