You are here

public function Twig_Test_IntegrationTestCase::testIntegration in Zircon Profile 8

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

@dataProvider getTests

File

vendor/twig/twig/lib/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);
}