function CacheableMetadataTest::testCreateFromRenderArray

@covers ::createFromRenderArray
@dataProvider providerTestCreateFromRenderArray

File

core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php, line 139

Class

CacheableMetadataTest
@coversDefaultClass \Drupal\Core\Cache\CacheableMetadata[[api-linebreak]] @group Cache

Namespace

Drupal\Tests\Core\Cache

Code

public function testCreateFromRenderArray(array $render_array, CacheableMetadata $expected) {
  $this->assertEquals($expected, CacheableMetadata::createFromRenderArray($render_array));
}

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