v1.1.0
This release adds a more readable output to the __toString() magic method, this is from #1 feature request.
This came in by means of PR #2
Features
- Readable output e.g.
{{ $mocked->value->name }}
==mocked->value->name
- If the value is set in the class its from it would be
mocked->value->name => ["value set"]
- If the value is set in the class its from it would be
- The values set persists during the calls even if it traverses back and forth in the calling of magic
__get()
Misc
- Testing added