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
Displaying the actual violations (not just the count) would be nice but the ValidatorDataCollector makes this difficult as the violations are inside a Symfony\Component\VarDumper\Cloner\Data object. One possibility is to actually dump this but there is a lot of other data in here that isn't terribly useful and would just clutter your console.
The text was updated successfully, but these errors were encountered:
The idea is to click a form submit and ensure there are no validation errors. If there are, fail.
Displaying the actual violations (not just the count) would be nice but the
ValidatorDataCollector
makes this difficult as the violations are inside aSymfony\Component\VarDumper\Cloner\Data
object. One possibility is to actuallydump
this but there is a lot of other data in here that isn't terribly useful and would just clutter your console.The text was updated successfully, but these errors were encountered: