function IconTest::setUp

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php, line 33

Class

IconTest
@coversDefaultClass \Drupal\Core\Render\Element\Icon

Namespace

Drupal\Tests\Core\Theme\Icon

Code

protected function setUp() : void {
    parent::setUp();
    $this->container = new ContainerBuilder();
    \Drupal::setContainer($this->container);
}

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