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

Breadcrumb

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

function NodeTestCase::testCompile

@dataProvider getTests @dataProvider provideTests

File

vendor/twig/twig/src/Test/NodeTestCase.php, line 48

Class

NodeTestCase

Namespace

Twig\Test

Code

public function testCompile($node, $source, $environment = null, $isPattern = false) {
    $this->assertNodeCompilation($source, $node, $environment, $isPattern);
}
RSS feed
Powered by Drupal