Commit fd5a2d0
committed
Merge branch '2.4'
* 2.4:
[Security] simplified some unit tests
[Security] made code easier to understand, added some missing unit tests
[DependencyInjection] fixed InlineServiceDefinitionsPass to not inline a service if it's part of the current definition (to avoid an infinite loop)
[DomCrawler] Fixed creating form objects from form nodes.
disabled php.ini changes when using HHVM in .travis.yml
[Process] fixed HHVM support
Add support for HHVM in the getting of the PHP executable
[Security] fixed error 500 instead of 403 if previous exception is provided to AccessDeniedExceptionFile tree
Expand file treeCollapse file tree
8 files changed
+279
-62
lines changedOpen diff view settings
Filter options
- src/Symfony/Component
- DependencyInjection
- Compiler
- Tests/Compiler
- DomCrawler
- Tests
- Process
- Security
- Http/Firewall
- Tests/Http/Firewall
Expand file treeCollapse file tree
8 files changed
+279
-62
lines changedOpen diff view settings
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | | - |
| 18 | + |
| 19 | + |
20 | 20 | |
21 | | - |
22 | | - |
| 21 | + |
| 22 | + |
23 | 23 | |
24 | 24 | |
25 | 25 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
130 | 130 | |
131 | 131 | |
132 | 132 | |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
133 | 137 | |
134 | 138 | |
135 | 139 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
144 | 144 | |
145 | 145 | |
146 | 146 | |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
147 | 162 | |
148 | 163 | |
149 | 164 | |
|
Collapse file
src/Symfony/Component/DomCrawler/Form.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Form.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
399 | 399 | |
400 | 400 | |
401 | 401 | |
402 | | - |
| 402 | + |
403 | 403 | |
404 | 404 | |
405 | 405 | |
|
Collapse file
src/Symfony/Component/DomCrawler/Tests/FormTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Tests/FormTest.php+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
273 | 273 | |
274 | 274 | |
275 | 275 | |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
276 | 286 | |
277 | 287 | |
278 | 288 | |
|
Collapse file
src/Symfony/Component/Process/PhpExecutableFinder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/PhpExecutableFinder.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
36 | 41 | |
37 | 42 | |
38 | 43 | |
|
Collapse file
src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php+56-57Lines changed: 56 additions & 57 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
87 | 87 | |
88 | 88 | |
89 | 89 | |
90 | | - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
91 | 100 | |
92 | | - |
93 | | - |
94 | | - |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
95 | 105 | |
96 | 106 | |
97 | | - |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
98 | 120 | |
99 | | - |
| 121 | + |
100 | 122 | |
101 | 123 | |
102 | 124 | |
103 | | - |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
104 | 129 | |
105 | 130 | |
106 | | - |
107 | | - |
108 | 131 | |
109 | | - |
110 | | - |
111 | 132 | |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
117 | 139 | |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
| 140 | + |
| 141 | + |
| 142 | + |
124 | 143 | |
125 | | - |
126 | | - |
127 | | - |
128 | | - |
129 | | - |
| 144 | + |
| 145 | + |
130 | 146 | |
| 147 | + |
| 148 | + |
| 149 | + |
131 | 150 | |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
155 | | - |
| 151 | + |
156 | 152 | |
157 | | - |
| 153 | + |
158 | 154 | |
159 | | - |
| 155 | + |
160 | 156 | |
161 | 157 | |
162 | | - |
163 | | - |
164 | | - |
| 158 | + |
165 | 159 | |
| 160 | + |
166 | 161 | |
167 | | - |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
168 | 167 | |
169 | 168 | |
170 | 169 | |
|
0 commit comments