]>
Commit | Line | Data |
---|---|---|
4f5b44bd NL |
1 | Twig Bridge |
2 | =========== | |
3 | ||
4 | Provides integration for [Twig](http://twig.sensiolabs.org/) with various | |
5 | Symfony2 components. | |
6 | ||
7 | Resources | |
8 | --------- | |
9 | ||
10 | If you want to run the unit tests, install dev dependencies before | |
11 | running PHPUnit: | |
12 | ||
13 | $ cd path/to/Symfony/Bridge/Twig/ | |
14 | $ composer.phar install --dev | |
15 | $ phpunit |