8000 Remove hhvm compat/low PHP support in date caster tests · symfony/symfony@ce4cd85 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ce4cd85

Browse files
committed
Remove hhvm compat/low PHP support in date caster tests
1 parent 9295a4f commit ce4cd85

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/VarDumper/Tests/Caster/DateCasterTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ public function testDumpDateTime($time, $timezone, $xDate, $xTimestamp)
4545
*/
4646
public function testCastDateTime($time, $timezone, $xDate, $xTimestamp, $xInfos)
4747
{
48-
if ((defined('HHVM_VERSION_ID') || PHP_VERSION_ID <= 50509) && preg_match('/[-+]\d{2}:\d{2}/', $timezone)) {
49-
$this->markTestSkipped('DateTimeZone GMT offsets are supported since 5.5.10. See https://github.com/facebook/hhvm/issues/5875 for HHVM.');
50-
}
51-
5248
$stub = new Stub();
5349
$date = new \DateTime($time, new \DateTimeZone($timezone));
5450
$cast = DateCaster::castDateTime($date, array('foo' => 'bar'), $stub, false, 0);

0 commit comments

Comments
 (0)
0