We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b804f commit aa43274Copy full SHA for aa43274
src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php
@@ -166,9 +166,6 @@ public function testCastObjectStorageDumpsInfo()
166
167
public function testCastArrayObject()
168
{
169
- if (\defined('HHVM_VERSION')) {
170
- $this->markTestSkipped('HHVM as different internal details.');
171
- }
172
$var = new \ArrayObject(array(123));
173
$var->foo = 234;
174
@@ -188,9 +185,6 @@ public function testCastArrayObject()
188
185
189
186
public function testArrayIterator()
190
187
191
192
193
194
$var = new MyArrayIterator(array(234));
195
196
$expected = <<<EOTXT
0 commit comments