You are here

protected function CssCollectionGrouperUnitTest::setUp in Drupal 9

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

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php, line 22

Class

CssCollectionGrouperUnitTest
Tests the CSS asset collection grouper.

Namespace

Drupal\Tests\Core\Asset

Code

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