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