You are here

public function Twig_Test_IntegrationTestCase::testIntegration in Translation template extractor 7.3

Same name and namespace in other branches
  1. 6.3 vendor/Twig/Test/IntegrationTestCase.php \Twig_Test_IntegrationTestCase::testIntegration()

@dataProvider getTests

File

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

Class

Twig_Test_IntegrationTestCase
Integration test helper.

Code

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