Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. IntegrationTestCase.php

function IntegrationTestCase::testLegacyIntegration

@dataProvider getLegacyTests

@group legacy

File

vendor/twig/twig/src/Test/IntegrationTestCase.php, line 100

Class

IntegrationTestCase
Integration test helper.

Namespace

Twig\Test

Code

public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $outputs, $deprecation = '') {
    $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecation);
}
RSS feed
Powered by Drupal