Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commitaebb659
committed
minor#21256 [FrameworkBundle] Skip test if xdebug.file_link_format is defined. (lyrixx)
This PR was merged into the 2.7 branch.Discussion----------[FrameworkBundle] Skip test if xdebug.file_link_format is defined.| Q | A| ------------- | ---| Branch? | 2.7| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | ----The test suite does not pass locally because I use a customfile_link_format. I do it because it works everywhere.Then, Symfony tries to read this value before the default one.We could use ini_set before the test but unfortunatelly there are no wayto define the "cfg_var". For recall, get_cfg_var allows to return theconfiguration value even if the extension is not loaded. And again it'smy case: I don't enable xdebug to have better performance.Commits-------7f15bc3 [FrameworkBundle] Skip test if xdebug.file_link_format is defined.File tree
1 file changed
+4
-0
lines changed- src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
321 | 325 | | |
322 | 326 | | |
323 | 327 | | |
| |||
0 commit comments
Comments
(0)