Commit a5dd57f
committed
minor #29979 Enable PHP 7.3 on Travis (tvlooy)
This PR was merged into the 3.4 branch.
Discussion
----------
Enable PHP 7.3 on Travis
| Q | A
| ------------- | ---
| Branch? | 3.4
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | -
| License | MIT
| Doc PR | -
The bits of #29624 that apply to 3.4.
Commits
-------
335036c Enable PHP 7.3 on TravisFile tree
Expand file treeCollapse file tree
2 files changed
+38
-7
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/HttpFoundation/Tests/Session/Storage
Expand file treeCollapse file tree
2 files changed
+38
-7
lines changedOpen diff view settings
Collapse file
+36-7Lines changed: 36 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
| ||
23 | 24 | |
24 | 25 | |
25 | 26 | |
26 | | - |
27 | | - |
28 | | - |
| 27 | + |
29 | 28 | |
| 29 | + |
| 30 | + |
30 | 31 | |
31 | 32 | |
32 | 33 | |
| ||
43 | 44 | |
44 | 45 | |
45 | 46 | |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
46 | 53 | |
47 | 54 | |
48 | 55 | |
| ||
149 | 156 | |
150 | 157 | |
151 | 158 | |
152 | | - |
153 | 159 | |
154 | 160 | |
155 | 161 | |
| ||
174 | 180 | |
175 | 181 | |
176 | 182 | |
177 | | - |
178 | | - |
179 | 183 | |
180 | 184 | |
181 | 185 | |
182 | 186 | |
183 | | - |
| 187 | + |
184 | 188 | |
185 | 189 | |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
186 | 215 | |
187 | 216 | |
188 | 217 | |
|
Collapse file
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
179 | 179 | |
180 | 180 | |
181 | 181 | |
| 182 | + |
| 183 | + |
182 | 184 | |
183 | 185 | |
184 | 186 | |
|
0 commit comments