Commit 394ca05b by patrick

Adds twig lexerOptions to ViewRendererTest to demonstrate error

parent 26daa9bb
......@@ -52,6 +52,9 @@ class ViewRendererTest extends TestCase
'functions' => [
't' => '\Yii::t',
'json_encode' => '\yii\helpers\Json::encode'
],
'lexerOptions' => [
'tag_comment' => [ '{*', '*}' ],
]
],
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment