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 fb71643 commit b76c15bCopy full SHA for b76c15b
Tests/Loader/XmlFileLoaderTest.php
@@ -448,9 +448,6 @@ public function testExtensionInPhar()
448
if (extension_loaded('suhosin') && false === strpos(ini_get('suhosin.executor.include.whitelist'), 'phar')) {
449
$this->markTestSkipped('To run this test, add "phar" to the "suhosin.executor.include.whitelist" settings in your php.ini file.');
450
}
451
- if (defined('HHVM_VERSION')) {
452
- $this->markTestSkipped('HHVM makes this test conflict with those run in separate processes.');
453
- }
454
455
require_once self::$fixturesPath.'/includes/ProjectWithXsdExtensionInPhar.phar';
456
0 commit comments