added unit test for twig renderer
verify #1755 works
Showing
| ... | @@ -79,7 +79,8 @@ | ... | @@ -79,7 +79,8 @@ | 
| "michelf/php-markdown": "1.3.*" | "michelf/php-markdown": "1.3.*" | ||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "phpunit/phpunit": "3.7.*" | "phpunit/phpunit": "3.7.*", | ||
| "twig/twig": "*" | |||
| }, | }, | ||
| "suggest": { | "suggest": { | ||
| "phpdocumentor/reflection": "required by yii2-apidoc extension", | "phpdocumentor/reflection": "required by yii2-apidoc extension", | ||
| ... | ... | 
tests/unit/extensions/twig/views/layout.twig
0 → 100644
Please
register
or
sign in
to comment