function IconPackManagerKernelTest::testConstructor
Same name and namespace in other branches
- 11.x core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php \Drupal\KernelTests\Core\Theme\Icon\IconPackManagerKernelTest::testConstructor()
Test the IconPackManager::_construct method.
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Theme/ Icon/ IconPackManagerKernelTest.php, line 82
Class
- IconPackManagerKernelTest
- Tests values are from test module icon_test.
Namespace
Drupal\KernelTests\Core\Theme\IconCode
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.