function ExtensionListTest::testGetName
Tests get name.
@legacy-covers ::getName
File
-
core/
tests/ Drupal/ Tests/ Core/ Extension/ ExtensionListTest.php, line 52
Class
Namespace
Drupal\Tests\Core\ExtensionCode
public function testGetName() : void {
$test_extension_list = $this->setupTestExtensionList();
$this->assertEquals('test name', $test_extension_list->getName('test_name'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.