Skip to content

Commit aa43274

Browse files
remove HHVM code
1 parent 79b804f commit aa43274

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ public function testCastObjectStorageDumpsInfo()
166166

167167
public function testCastArrayObject()
168168
{
169-
if (\defined('HHVM_VERSION')) {
170-
$this->markTestSkipped('HHVM as different internal details.');
171-
}
172169
$var = new \ArrayObject(array(123));
173170
$var->foo = 234;
174171

@@ -188,9 +185,6 @@ public function testCastArrayObject()
188185

189186
public function testArrayIterator()
190187
{
191-
if (\defined('HHVM_VERSION')) {
192-
$this->markTestSkipped('HHVM as different internal details.');
193-
}
194188
$var = new MyArrayIterator(array(234));
195189

196190
$expected = <<<EOTXT

0 commit comments

Comments
 (0)