Skip to content

v1.1.0

Compare
Choose a tag to compare
@ReeceM ReeceM released this 04 May 17:23
· 63 commits to master since this release
17eb8b6

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"]
  • The values set persists during the calls even if it traverses back and forth in the calling of magic __get()

Misc

  • Testing added