Update TemplateHandlerTest to accommodate new syntax

This commit is contained in:
Kijin Sung 2016-05-03 21:48:52 +09:00
parent 99a86a072b
commit b62bbef515

View file

@ -110,7 +110,7 @@ class TemplateHandlerTest extends \Codeception\TestCase\Test
// <load target="style.css">
array(
'<dummy /><load target="css/style.css" /><dummy />',
'?><dummy /><!--#Meta:tests/unit/classes/template/css/style.css--><?php $__tmp=array(\'tests/unit/classes/template/css/style.css\',\'\',\'\',\'\');Context::loadFile($__tmp);unset($__tmp); ?><dummy />'
'?><dummy /><!--#Meta:tests/unit/classes/template/css/style.css--><?php $__tmp=array(\'tests/unit/classes/template/css/style.css\',\'\',\'\',\'\',array());Context::loadFile($__tmp);unset($__tmp); ?><dummy />'
),
// <unload target="style.css">
array(