Commit 2d851b1
committed
bug #533 fixed minor issues failing test on master (jrushlow)
This PR was squashed before being merged into the 1.0-dev branch (closes #533).
Discussion
----------
fixed minor issues failing test on master
Primarily related to `MakeForgottenPassword::class` & associated test suite.
fixed missing `symfony/swiftmailer` test dependency
fixed used statements that were not sorted alphabetically
As related to `FormTypeRenderer::class` caused by `MakeForgottenPassword::class`:
fixed unsorted `'field_type_use_statements'` that triggered php-cs-fixer
Directly related to issue #496 Fix Test Suite
Commits
-------
eb2bcd0 fixed minor issues failing test on masterFile tree
3 files changed
+9
-5
lines changed- src
- Maker
- Renderer
- tests/Maker
3 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
28 | 30 | | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
32 | | - | |
33 | 34 | | |
34 | | - | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
0 commit comments