function CssCollectionRendererUnitTest::testRender

Tests CSS asset rendering.

@dataProvider providerTestRender

File

core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php, line 283

Class

CssCollectionRendererUnitTest
Tests the CSS asset collection renderer.

Namespace

Drupal\Tests\Core\Asset

Code

public function testRender(array $css_assets, array $render_elements) : void {
  $this->assertSame($render_elements, $this->renderer
    ->render($css_assets));
}

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