Working on a testing package to write readable assertions on large, sorted data sets with a markdown-like syntax. Will be available for both Pest and PHPUnit.
@benholmen Yep! Although another good candidate for that today would be our snapshot testing package to catch regressions.
Main difference with this setup is you handwrite expectations which is more useful for TDD than snapshot testing.