From 5f7417d495183f9cc2052ce65d5779d638c1dc08 Mon Sep 17 00:00:00 2001 From: uwetews Date: Sat, 2 Jan 2016 11:39:16 +0100 Subject: [PATCH] update block plugin tests --- .../BlockPlugin/CompileBlockPluginTest.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/CompileBlockPluginTest.php b/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/CompileBlockPluginTest.php index 8de305de..1c8c9bb9 100644 --- a/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/CompileBlockPluginTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/CompileBlockPluginTest.php @@ -100,6 +100,8 @@ class CompileBlockPluginTest extends PHPUnit_Smarty /** * test block plugin repeat function + * @runInSeparateProcess + * @preserveGlobalState disabled * */ public function testBlockPluginRepeat() @@ -109,6 +111,8 @@ class CompileBlockPluginTest extends PHPUnit_Smarty /** * test block plugin repeat function with modifier + * @runInSeparateProcess + * @preserveGlobalState disabled * */ public function testBlockPluginRepeatModidier1() @@ -118,6 +122,8 @@ class CompileBlockPluginTest extends PHPUnit_Smarty /** * test block plugin repeat function with modifier list + * @runInSeparateProcess + * @preserveGlobalState disabled * */ public function testBlockPluginRepeatModidier2() @@ -126,6 +132,8 @@ class CompileBlockPluginTest extends PHPUnit_Smarty } /** * test block plugin with no output + * @runInSeparateProcess + * @preserveGlobalState disabled * */ public function testBlockPluginNoOutput() @@ -134,6 +142,8 @@ class CompileBlockPluginTest extends PHPUnit_Smarty } /** * test nested block plugin + * @runInSeparateProcess + * @preserveGlobalState disabled * */ public function testBlockPluginNested() @@ -142,6 +152,8 @@ class CompileBlockPluginTest extends PHPUnit_Smarty } /** * test default block plugin + * @runInSeparateProcess + * @preserveGlobalState disabled * */ public function testBlockPluginDefault1() @@ -151,6 +163,8 @@ class CompileBlockPluginTest extends PHPUnit_Smarty } /** * test default block plugin + * @runInSeparateProcess + * @preserveGlobalState disabled * */ public function testBlockPluginDefault2()