protected function Twig_Test_IntegrationTestCase::getExtensions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php \Twig_Test_IntegrationTestCase::getExtensions()
Return value
1 call to Twig_Test_IntegrationTestCase::getExtensions()
- Twig_Test_IntegrationTestCase::doIntegrationTest in vendor/
twig/ twig/ lib/ Twig/ Test/ IntegrationTestCase.php
2 methods override Twig_Test_IntegrationTestCase::getExtensions()
- Twig_Tests_IntegrationTest::getExtensions in vendor/
twig/ twig/ test/ Twig/ Tests/ IntegrationTest.php - Twig_Tests_LegacyIntegrationTest::getExtensions in vendor/
twig/ twig/ test/ Twig/ Tests/ LegacyIntegrationTest.php
File
- vendor/
twig/ twig/ lib/ Twig/ Test/ IntegrationTestCase.php, line 28
Class
- Twig_Test_IntegrationTestCase
- Integration test helper.
Code
protected function getExtensions() {
return array();
}