Make dataset's values of DateTime | Carbon readable in test output #526
AndreSchwarzer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
I need to test a lot of scenarios which depend on where in time something happens.
While testing and using datasets, I noticed the output of the "current loop" could be improved.
Maybe it is already possible: Please tell me how. Otherwise I'm hoping someone can lead me in the right direction.
I'd like to invest time into extending/changing/overriding the output. I just have no idea where to start to look for something like this. Hints are appreciated.
What I have / get
I tested some date depending validations. The dataset gets "displayed" in the test's output, but not in a readable way.
The output looks like
What I want to get
Something like
$carbon->toISOString()
would be nice.Beta Was this translation helpful? Give feedback.
All reactions