diff --git a/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php b/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php index e0be03a3..0121b90c 100644 --- a/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php +++ b/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php @@ -369,7 +369,7 @@ class CacheResourceTestCommon extends PHPUnit_Smarty } /** * Test - * @run inSeparateProcess + * @runInSeparateProcess * @preserveGlobalState disabled * @dataProvider data * diff --git a/tests/UnitTests/ResourceTests/Extends/ExtendsResourceTest.php b/tests/UnitTests/ResourceTests/Extends/ExtendsResourceTest.php index c152207d..ad0ff5b5 100644 --- a/tests/UnitTests/ResourceTests/Extends/ExtendsResourceTest.php +++ b/tests/UnitTests/ResourceTests/Extends/ExtendsResourceTest.php @@ -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() diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterBlock/RegisterBlockTest.php b/tests/UnitTests/SmartyMethodsTests/RegisterBlock/RegisterBlockTest.php index 3294c22a..3444060c 100644 --- a/tests/UnitTests/SmartyMethodsTests/RegisterBlock/RegisterBlockTest.php +++ b/tests/UnitTests/SmartyMethodsTests/RegisterBlock/RegisterBlockTest.php @@ -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 * */ diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterFunction/RegisterFunctionTest.php b/tests/UnitTests/SmartyMethodsTests/RegisterFunction/RegisterFunctionTest.php index a54b296c..aa525635 100644 --- a/tests/UnitTests/SmartyMethodsTests/RegisterFunction/RegisterFunctionTest.php +++ b/tests/UnitTests/SmartyMethodsTests/RegisterFunction/RegisterFunctionTest.php @@ -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 * */ diff --git a/tests/UnitTests/TemplateSource/TagTests/BockExtend/CompileBlockExtendsTest.php b/tests/UnitTests/TemplateSource/TagTests/BockExtend/CompileBlockExtendsTest.php index 17d8816c..b9f32ec5 100644 --- a/tests/UnitTests/TemplateSource/TagTests/BockExtend/CompileBlockExtendsTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/BockExtend/CompileBlockExtendsTest.php @@ -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() { diff --git a/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/CompileFunctionTest.php b/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/CompileFunctionTest.php index d0da7378..590baade 100644 --- a/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/CompileFunctionTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/CompileFunctionTest.php @@ -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 */