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

23 lines
614 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
---------
You can run the unit tests with the following command:
2011-11-03 20:29:55 +00:00
phpunit -c src/Symfony/Bridge/Twig/
If you also want to run the unit tests that depend on other Symfony
Components, declare the following environment variables before running
PHPUnit:
export HTTP_TWIG=../path/to/Twig
export HTTP_FORM=../path/to/Form
export HTTP_TRANSLATION=../path/to/Translation
export HTTP_EVENT_DISPATCHER=../path/to/EventDispatcher
export HTTP_LOCALE=../path/to/Locale