You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is one hard-coded exporter for instances of DateTimeInterface. It would be nice to add support for custom exporters.
Motivation:
I would like to see
Failed: [App\Model\MyEntity#1, App\Model\MyEntity#2, App\Model\MyEntity#3] should be
... [App\Model\MyEntity#2, App\Model\MyEntity#3, App\Model\MyEntity#4] in testSomething()
instead of
Failed: [App\Model\MyEntity(#017b), App\Model\MyEntity(#1a98), App\Model\MyEntity(#85c2), ...] should be
... [App\Model\MyEntity(#1a98), App\Model\MyEntity(#85c2), App\Model\MyEntity(#a014)] in testSomething()
The text was updated successfully, but these errors were encountered:
I'm missing functionally similar to Tracy's Dumper $objectExporters.
Currently there is one hard-coded exporter for instances of DateTimeInterface. It would be nice to add support for custom exporters.
Motivation:
I would like to see
instead of
The text was updated successfully, but these errors were encountered: