function BubbleableMetadataTest::testApplyTo

Tests apply to.

@legacy-covers ::applyTo

Attributes

#[DataProvider('providerTestApplyTo')]

File

core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php, line 143

Class

BubbleableMetadataTest
Tests Drupal\Core\Render\BubbleableMetadata.

Namespace

Drupal\Tests\Core\Render

Code

public function testApplyTo(BubbleableMetadata $metadata, array $render_array, array $expected) : void {
  $this->assertNull($metadata->applyTo($render_array));
  $this->assertEquals($expected, $render_array);
}

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