8000 Merge branch '2.8' into 3.2 · symfony/symfony@575b798 · GitHub
[go: up one dir, main page]

Skip to content

Commit 575b798

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

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
@@ -20,7 +20,7 @@ env:
2020
matrix:
2121
include:
2222
# Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
23-
- php: hhvm-3.15
23+
- php: hhvm-3.18
2424
sudo: required
2525
dist: trusty
2626
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