You are here

public function Twig_Test_IntegrationTestCase::testIntegration in Translation template extractor 6.3

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

@dataProvider getTests

File

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

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);
}