protected function Twig_Test_IntegrationTestCase::getTwigFunctions in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php \Twig_Test_IntegrationTestCase::getTwigFunctions()
Return value
1 call to Twig_Test_IntegrationTestCase::getTwigFunctions()
- Twig_Test_IntegrationTestCase::doIntegrationTest in vendor/
twig/ twig/ lib/ Twig/ Test/ IntegrationTestCase.php
File
- vendor/
twig/ twig/ lib/ Twig/ Test/ IntegrationTestCase.php, line 44
Class
- Twig_Test_IntegrationTestCase
- Integration test helper.
Code
protected function getTwigFunctions() {
return array();
}