mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 23:12:42 +01:00
Don't run fork test on HHVM
This commit is contained in:
parent
75eff20d29
commit
8f76616c40
@ -104,6 +104,10 @@ class CommonTest extends PHPUnit_Framework_TestCase
|
||||
*/
|
||||
public function loadOpenBaseDirRestricted()
|
||||
{
|
||||
if (defined('HHVM_VERSION')) {
|
||||
$this->markTestSkipped("Can't run tests that require forking on HHVM.");
|
||||
}
|
||||
|
||||
/*
|
||||
* Testing open_basedir restrictions is rather annoying, since they can
|
||||
* not be relaxed at runtime (if we tighten open_basedir for 1 test,
|
||||
|
Loading…
x
Reference in New Issue
Block a user