From 92c2f245636560992980ab4ccb9ba92e6f234504 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Wed, 19 Aug 2015 00:22:10 +0900 Subject: [PATCH] =?UTF-8?q?Loop=20=EB=AC=B8=20=EB=B3=80=EA=B2=BD=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B0=94=EB=80=90=20unit=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=98=88=EC=B8=A1=EA=B0=92=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/unit/classes/template/TemplateHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/classes/template/TemplateHandlerTest.php b/tests/unit/classes/template/TemplateHandlerTest.php index 19799b8a3..a6040710a 100644 --- a/tests/unit/classes/template/TemplateHandlerTest.php +++ b/tests/unit/classes/template/TemplateHandlerTest.php @@ -183,7 +183,7 @@ class TemplateHandlerTest extends \Codeception\TestCase\Test // issue 135 array( '

{$key}

Loop block {$val}
', - PHP_EOL . 'if($__Context->_m_list_all&&count($__Context->_m_list_all))foreach($__Context->_m_list_all as $__Context->key=>$__Context->val){ ?>

key ?>

Loop block val ?>
' + PHP_EOL . '$t1b443c9e474abcf95c0ff70798d10a4c=$__Context->_m_list_all;if($t1b443c9e474abcf95c0ff70798d10a4c&&count($t1b443c9e474abcf95c0ff70798d10a4c))foreach($t1b443c9e474abcf95c0ff70798d10a4c as $__Context->key=>$__Context->val){ ?>

key ?>

Loop block val ?>
' ), // issue 136 array(