public function Twig_Test_IntegrationTestCase::testLegacyIntegration in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php \Twig_Test_IntegrationTestCase::testLegacyIntegration()
@dataProvider getLegacyTests @group legacy
File
- vendor/
twig/ twig/ lib/ 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);
}