You are here

protected function Twig_Test_IntegrationTestCase::getTwigTests in Translation template extractor 7.3

Return value

Twig_SimpleTest[]

1 call to Twig_Test_IntegrationTestCase::getTwigTests()
Twig_Test_IntegrationTestCase::doIntegrationTest in vendor/Twig/Test/IntegrationTestCase.php

File

vendor/Twig/Test/IntegrationTestCase.php, line 52

Class

Twig_Test_IntegrationTestCase
Integration test helper.

Code

protected function getTwigTests() {
  return array();
}