mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
run some tests in separate process for HHVM compatibillity
This commit is contained in:
@@ -16,6 +16,7 @@ class HttpModifiedSinceTest extends PHPUnit_Smarty
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
$this->markTestSkipped('modified since tests are disabled');
|
||||
$this->setUpSmarty(__DIR__);
|
||||
}
|
||||
|
||||
|
@@ -491,7 +491,7 @@ class CacheResourceTestCommon extends PHPUnit_Smarty
|
||||
}
|
||||
/**
|
||||
*
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
|
@@ -84,4 +84,4 @@ if (defined(MysqlResourceEnable) && MysqlResourceEnable == 'true') {
|
||||
$this->assertEquals(strtotime("2010-12-25 22:00:00"), $tpl->source->getTimeStamp());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -84,7 +84,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
/**
|
||||
* test simple function call tag cached no cache default variable 2
|
||||
*
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
public function testSimpleFunctionCachedNocacheDefault_002_2()
|
||||
|
Reference in New Issue
Block a user