added tests for smarty and worked around a small bug
fixes #2265
Showing
... | ... | @@ -79,7 +79,8 @@ |
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "3.7.*", | ||
"twig/twig": "*" | ||
"twig/twig": "*", | ||
"smarty/smarty": "*" | ||
}, | ||
"suggest": { | ||
"phpdocumentor/reflection": "required by yii2-apidoc extension", | ||
... | ... | @@ -92,6 +93,7 @@ |
"imagine/imagine": "required by yii2-imagine extension", | ||
"smarty/smarty": "required by yii2-smarty extension", | ||
"swiftmailer/swiftmailer": "required by yii2-swiftmailer extension", | ||
"twig/twig": "required by yii2-twig extension", | ||
"yiisoft/yii2-coding-standards": "you can use this package to check for code style issues when contributing to yii" | ||
}, | ||
"autoload": { | ||
... | ... |
tests/unit/extensions/smarty/views/view.tpl
0 → 100644
Please
register
or
sign in
to comment