Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Commitcebad3a
committed
minor#7211 [PHPUnitBridge] Fix versionadded notes (Jean85)
This PR was submitted for the master branch but it was merged into the 3.2 branch instead (closes#7211).Discussion----------[PHPUnitBridge] Fix versionadded notesI was reading the docs and noted that those features were marked as present only from Symfony 3.1/2. The reality is that the version that includes that stuff is the bridge's, which is backward compatible!So, as an example, I can use the bridge v3.2 on my Symfony 2.8 app.I think it should be helpfull to specify that more clearly.Commits-------189b2a5 [PHPUnitBridge] Fix versionadded notes1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
| 244 | + | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
| |||
355 | 356 | | |
356 | 357 | | |
357 | 358 | | |
358 | | - | |
| 359 | + | |
| 360 | + | |
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
| |||
0 commit comments
Comments
(0)