10000 Merge branch '2.7' into 2.8 · symfony/symfony@25a2ce0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25a2ce0

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: Rename StackOverflow to Stack Overflow [travis] Test with hhvm 3.18
2 parents d59c9c7 + a0945fc commit 25a2ce0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
matrix:
1919
include:
2020
# Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
21-
- php: hhvm-3.15
21+
- php: hhvm-3.18
2222
sudo: required
2323
dist: trusty
2424
group: edge

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Community
2828
---------
2929

3030
* [Join the Symfony Community][11] and meet other members at the [Symfony events][12].
31-
* [Get Symfony support][13] on StackOverflow, Slack, IRC, etc.
31+
* [Get Symfony support][13] on Stack Overflow, Slack, IRC, etc.
3232
* Follow us on [GitHub][14], [Twitter][15] and [Facebook][16].
3333

3434
Contributing

src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static function assertRedirect($response, $location)
2525

2626
protected static function deleteTmpDir($testCase)
2727
{
28-
if (!file_exists($dir = sys_get_temp_dir().'/'.Kernel::VERSION.'/'.$testCase)) {
28+
if (defined('HHVM_VERSION_ID') || !file_exists($dir = sys_get_temp_dir().'/'.Kernel::VERSION.'/'.$testCase)) {
2929
return;
3030
}
3131

0 commit comments

Comments
 (0)
0