From 8f8030805a371b6ed288f3ea9e06f58698edcf47 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Wed, 28 Mar 2018 00:55:14 +0200 Subject: [PATCH] fix @runInSeparateProcess --- .../TagTests/BockExtend/CompileBlockExtendsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/UnitTests/TemplateSource/TagTests/BockExtend/CompileBlockExtendsTest.php b/tests/UnitTests/TemplateSource/TagTests/BockExtend/CompileBlockExtendsTest.php index 52fe6ffe..0f3eb406 100644 --- a/tests/UnitTests/TemplateSource/TagTests/BockExtend/CompileBlockExtendsTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/BockExtend/CompileBlockExtendsTest.php @@ -245,7 +245,7 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty /** * test child/parent template chain with {$this->smarty.block.child) * - * @run InSeparateProcess + * @runInSeparateProcess * @preserveGlobalState disabled * @dataProvider data */