function IconPackManagerKernelTest::testConstructor

Test the IconPackManager::_construct method.

File

core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php, line 81

Class

IconPackManagerKernelTest
Tests values are from test module icon_test.

Namespace

Drupal\KernelTests\Core\Theme\Icon

Code

public function testConstructor() : void {
    $this->assertInstanceOf(IconPackManager::class, $this->pluginManagerIconPack);
}

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