eloquent / phony

Mocks, stubs, and spies for PHP.
http://eloquent-software.com/phony
MIT License
194 stars 7 forks source link

Consider deeply rendering weak references. #245

Closed jmalloc closed 4 years ago

jmalloc commented 5 years ago

PHP 7.4 introduces weak references, it might be useful to descend into them when rendering so you see more than just the info about the WeakReference object itself.