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
minor #10690 Rename UserFixture to UserFixtures (pgrimaud)
This PR was merged into the 4.1 branch.
Discussion
----------
Rename UserFixture to UserFixtures
Just a quick question, the fixtures are named with plural in this page :
https://symfony.com/doc/current/security.html
```
For example, by using DoctrineFixturesBundle, you can create dummy database users:
...
The class name of the fixtures to create (e.g. AppFixtures):
```
Why don't use `UserFixtures` instead of `UserFixture` to follow the same logic?
Commits
-------
3e765e0 Rename UserFixture to UserFixtures
0 commit comments