Skip to content

Commit b76c15b

Browse files
author
Robin Chalas
committed
Remove dead code
1 parent fb71643 commit b76c15b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Loader/XmlFileLoaderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,6 @@ public function testExtensionInPhar()
448448
if (extension_loaded('suhosin') && false === strpos(ini_get('suhosin.executor.include.whitelist'), 'phar')) {
449449
$this->markTestSkipped('To run this test, add "phar" to the "suhosin.executor.include.whitelist" settings in your php.ini file.');
450450
}
451-
if (defined('HHVM_VERSION')) {
452-
$this->markTestSkipped('HHVM makes this test conflict with those run in separate processes.');
453-
}
454451

455452
require_once self::$fixturesPath.'/includes/ProjectWithXsdExtensionInPhar.phar';
456453

0 commit comments

Comments
 (0)