Closed vova07 closed 6 years ago
There is a bug in Container::traverse() method. The added unit tests will fail because of exception which is throw for non-array values.
Container::traverse()
unit
The added unit test should pass.
Fix proven, closing this one
What?
There is a bug in
Container::traverse()
method. The addedunit
tests will fail because of exception which is throw for non-array values.Expected
The added unit test should pass.