Commit d948a41
committed
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 UserFixtures1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments