You are here

public function Twig_Test_IntegrationTestCase::testLegacyIntegration in Translation template extractor 7.3

@dataProvider getLegacyTests @group legacy

File

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

Class

Twig_Test_IntegrationTestCase
Integration test helper.

Code

public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $outputs) {
  $this
    ->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs);
}