function JsCollectionGrouperUnitTest::setUp

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Asset/JsCollectionGrouperUnitTest.php \Drupal\Tests\Core\Asset\JsCollectionGrouperUnitTest::setUp()

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Core/Asset/JsCollectionGrouperUnitTest.php, line 27

Class

JsCollectionGrouperUnitTest
Tests the CSS asset collection grouper.

Namespace

Drupal\Tests\Core\Asset

Code

protected function setUp() : void {
  parent::setUp();
  $this->grouper = new JsCollectionGrouper();
}

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