This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig/README.md

16 lines
276 B
Markdown
Raw Normal View History

2011-11-03 20:29:55 +00:00
Twig Bridge
===========
2011-12-18 13:18:13 +00:00
Provides integration for [Twig](http://twig.sensiolabs.org/) with various
Symfony2 components.
2011-11-03 20:29:55 +00:00
Resources
---------
2012-05-12 17:52:27 +01:00
If you want to run the unit tests, install dev dependencies before
running PHPUnit:
2011-11-03 20:29:55 +00:00
2012-05-12 17:52:27 +01:00
php composer.phar install --dev
2012-05-12 17:52:27 +01:00
phpunit