function TwigMarkupInterfaceTest::testMarkupInterfaceEmpty

@dataProvider providerTestMarkupInterfaceEmpty

File

core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php, line 34

Class

TwigMarkupInterfaceTest
Tests Twig with MarkupInterface objects.

Namespace

Drupal\KernelTests\Core\Theme

Code

public function testMarkupInterfaceEmpty($expected, $variable) : void {
  $this->assertSame($expected, (string) $this->renderObjectWithTwig($variable));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.