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
I have a symfony project with attributes on certain class properties, e.g. #[Assert\Length(max: 2)] which will automatically invoke a LengthValidator before persisting in the database.
What do I need to do, to mark the attributes as covered, if I test this?
The text was updated successfully, but these errors were encountered:
I have a symfony project with attributes on certain class properties, e.g.
#[Assert\Length(max: 2)]
which will automatically invoke a LengthValidator before persisting in the database.What do I need to do, to mark the attributes as covered, if I test this?
The text was updated successfully, but these errors were encountered: