mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
some test must run in separate process under because of HHVM
This commit is contained in:
@@ -369,7 +369,7 @@ class CacheResourceTestCommon extends PHPUnit_Smarty
|
||||
}
|
||||
/**
|
||||
* Test
|
||||
* @run inSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider data
|
||||
*
|
||||
|
@@ -102,6 +102,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
|
||||
|
||||
/**
|
||||
* test grandchild/child/parent dependency test2
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
public function testCompileBlockGrandChildMustCompile_021_2()
|
||||
@@ -124,6 +126,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
|
||||
|
||||
/**
|
||||
* test grandchild/child/parent dependency test3
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
public function testCompileBlockGrandChildMustCompile_021_3()
|
||||
@@ -146,6 +150,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
|
||||
|
||||
/**
|
||||
* test grandchild/child/parent dependency test4
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
public function testCompileBlockGrandChildMustCompile_021_4()
|
||||
|
@@ -109,7 +109,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
@@ -125,7 +125,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
@@ -142,7 +142,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
@@ -158,7 +158,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
@@ -175,7 +175,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
@@ -191,7 +191,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
@@ -208,7 +208,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
|
@@ -75,7 +75,7 @@ class RegisterFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
@@ -90,7 +90,7 @@ class RegisterFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
@@ -106,7 +106,7 @@ class RegisterFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @run InSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
|
@@ -446,6 +446,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
||||
|
||||
/**
|
||||
* test grandchild/child/parent dependency test2
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
public function testCompileBlockGrandChildMustCompile_021_2()
|
||||
@@ -469,6 +471,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
||||
|
||||
/**
|
||||
* test grandchild/child/parent dependency test3
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*
|
||||
*/
|
||||
public function testCompileBlockGrandChildMustCompile_021_3()
|
||||
@@ -492,7 +496,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
||||
|
||||
/**
|
||||
* test grandchild/child/parent dependency test4
|
||||
*
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
public function testCompileBlockGrandChildMustCompile_021_4()
|
||||
{
|
||||
|
@@ -24,7 +24,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
$this->cleanDirs();
|
||||
}
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProvider
|
||||
* test simple function call tag
|
||||
@@ -38,7 +38,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProvider
|
||||
* test simple function call tag cached
|
||||
@@ -52,7 +52,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProvider
|
||||
* test simple function call tag cached
|
||||
@@ -67,7 +67,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProvider
|
||||
* test simple function call tag cached no cache default variable
|
||||
@@ -97,7 +97,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProviderCaching
|
||||
* test simple function call tag plugin
|
||||
@@ -112,7 +112,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProvider
|
||||
* test simple function call tag plugin nocache
|
||||
@@ -129,7 +129,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProvider
|
||||
* test simple function call tag 2
|
||||
@@ -142,7 +142,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProvider
|
||||
* test simple function call recursive
|
||||
@@ -153,7 +153,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProviderInline
|
||||
* test inherited function call tag
|
||||
@@ -166,7 +166,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProviderInline
|
||||
* test function definition in include
|
||||
@@ -181,7 +181,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProviderInline
|
||||
* test external function definition cached
|
||||
@@ -199,7 +199,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProviderInline
|
||||
* test external function definition cached 2
|
||||
@@ -218,7 +218,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProviderInline
|
||||
* test external function definition nocache call
|
||||
@@ -236,7 +236,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
}
|
||||
|
||||
/**
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProviderInline
|
||||
* test external function definition nocache call 2
|
||||
@@ -257,7 +257,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
/**
|
||||
* test external function definition nocache call 3
|
||||
*
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProviderInline
|
||||
*/
|
||||
@@ -276,7 +276,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
|
||||
/**
|
||||
* test external defined recursion
|
||||
*
|
||||
* @runinSeparateProcess
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @dataProvider functionProvider
|
||||
*/
|
||||
|
Reference in New Issue
Block a user