1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-28 03:42:19 -05:00
wallabag/vendor/symfony/twig-bridge/Symfony/Bridge/Twig
2013-08-03 19:26:54 +02:00
..
Extension twig implementation 2013-08-03 19:26:54 +02:00
Form twig implementation 2013-08-03 19:26:54 +02:00
Node twig implementation 2013-08-03 19:26:54 +02:00
NodeVisitor twig implementation 2013-08-03 19:26:54 +02:00
Resources/views/Form twig implementation 2013-08-03 19:26:54 +02:00
Tests twig implementation 2013-08-03 19:26:54 +02:00
TokenParser twig implementation 2013-08-03 19:26:54 +02:00
Translation twig implementation 2013-08-03 19:26:54 +02:00
.gitignore twig implementation 2013-08-03 19:26:54 +02:00
CHANGELOG.md twig implementation 2013-08-03 19:26:54 +02:00
composer.json twig implementation 2013-08-03 19:26:54 +02:00
LICENSE twig implementation 2013-08-03 19:26:54 +02:00
phpunit.xml.dist twig implementation 2013-08-03 19:26:54 +02:00
README.md twig implementation 2013-08-03 19:26:54 +02:00
TwigEngine.php twig implementation 2013-08-03 19:26:54 +02:00

Twig Bridge

Provides integration for Twig with various Symfony2 components.

Resources

If you want to run the unit tests, install dev dependencies before running PHPUnit:

$ cd path/to/Symfony/Bridge/Twig/
$ composer.phar install --dev
$ phpunit