protected function CssCollectionGrouperUnitTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 28 - Contains \Drupal\Tests\Core\Asset\CssCollectionGrouperUnitTest.
Class
- CssCollectionGrouperUnitTest
- Tests the CSS asset collection grouper.
Namespace
Drupal\Tests\Core\AssetCode
protected function setUp() {
parent::setUp();
$this->grouper = new CssCollectionGrouper();
}