You are here

public function Twig_Test_IntegrationTestCase::getLegacyTests in Translation template extractor 7.3

File

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

Class

Twig_Test_IntegrationTestCase
Integration test helper.

Code

public function getLegacyTests() {
  return $this
    ->getTests('testLegacyIntegration', true);
}