-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current() #3
base: master
Are you sure you want to change the base?
current() #3
Conversation
- Most builtins here have integration tests to ensure basic functionality, but unit tests still need to be written for a large number. - Docblocks are missing from some functions - Any unsupported behaviour needs to throw a meaningful error message
Add docblock, warnings and unit tests for `array_values(...)`
Thanks very much again @mikedevelops ! Yeah, I guess we should cover objects too - |
Do you think it would be worth adding some integration test(s) too? Probably overkill to add one for each of these array iteration functions, but we could add one that uses |
Added docblock, argument warnings and tests.
I noticed in the docs an object can also be passed into current, not sure if we want to cover this?