Commit 9a5e8f9
committed
minor symfony#58424 [DoctrineBridge] Fix risky test warnings (alexandre-daubois)
This PR was merged into the 5.4 branch.
Discussion
----------
[DoctrineBridge] Fix risky test warnings
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
PHPUnit raises warning for these tests and consider them risky because they don't perform assertions (which is normal).
Commits
-------
41327bd [DoctrineBridge] Fix risky test warningsFile tree
2 files changed
+3
-1
lines changed- src/Symfony
- Bridge/Doctrine/Tests/Form/Type
- Component/Form/Test
2 files changed
+3
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments