]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/TestInclude.php
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Node / Expression / PHP53 / TestInclude.php
1 <?php
2
3 $env = new Twig_Environment();
4 $env->addTest(new Twig_SimpleTest('anonymous', function () {}));
5
6 return $env;