Commit ab661bd
committed
minor #23567 [TwigBridge] fix tests (xabbuh)
This PR was merged into the 3.4 branch.
Discussion
----------
[TwigBridge] fix tests
| Q | A
| ------------- | ---
| Branch? | 3.4
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets |
| License | MIT
| Doc PR |
~The changed test did not pass locally. I do probably miss something important, but I fail to see why this did not occur when running the tests on Travis CI.~ Never mind, I was looking at the wrong build. It fails on Travis CI too.
Commits
-------
62410b6 [TwigBridge] fix testsFile tree
Expand file treeCollapse file tree
1 file changed
+11
-3
lines changedOpen diff view settings
Filter options
- src/Symfony/Bridge/Twig/Tests/Node
Expand file treeCollapse file tree
1 file changed
+11
-3
lines changedOpen diff view settings
Collapse file
src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php+11-3Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
| 17 | + |
| 18 | + |
16 | 19 | |
17 | 20 | |
18 | 21 | |
| ||
22 | 25 | |
23 | 26 | |
24 | 27 | |
| 28 | + |
| 29 | + |
25 | 30 | |
26 | 31 | |
27 | 32 | |
| ||
48 | 53 | |
49 | 54 | |
50 | 55 | |
51 | | - |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
52 | 60 | |
53 | 61 | |
54 | 62 | |
55 | | - |
| 63 | + |
56 | 64 | |
57 | 65 | |
58 | 66 | |
| ||
64 | 72 | |
65 | 73 | |
66 | 74 | |
67 | | - |
| 75 | + |
68 | 76 | |
69 | 77 | |
70 | 78 | |
|
0 commit comments