liip / liip/LiipFunctionalTestBundle
What are the elements of the first argument passed to assertValidationErrors?
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 648
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
`assertValidationErrors()` is supposed to get an array of fields as it's first argument, However it is not clear how those field are supposed to be identified. In the docs there is `data.email`, now `email` is the field name but what is `data`? The Form Name?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the documentation example for assertValidationErrors() and trace the helper's usage in the Symfony test bundle to determine what data.email identifies. Update the documentation to define the first argument's field notation, including what data represents, and verify that the example is unambiguous.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, symfony
- Domain
- documentation, testing
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100