rossriley / php-scalar-objects

Experimental API for PHP Scalar Objects
70 stars 6 forks source link

Adds tests from php.net for Array methods not yet implemented #11

Closed bouiboui closed 10 years ago

bouiboui commented 10 years ago

Adds tests for soon-to-be implemented Array functions discussed in Issue #4. The tests are examples from php.net converted to tests.

Functions without examples on php.net were given placeholders (commented).

rossriley commented 10 years ago

Nice work. I'll get merging.

bouiboui commented 10 years ago

Thank you :)

rossriley commented 10 years ago

Had to make a few minor adjustments to get all the tests to pass.

Internal nested functions didn't work as a callable so I've altered to assign the function to variable.

Nice work though, that's added a lot of extra functionality.

bouiboui commented 10 years ago

I see, sorry I rushed it a bit :) That's a great project, writing code feels much more natural this way. I'll contribute again if I can!