createInstance('help_search'); $this->assertInstanceOf(AccessibleInterface::class, $plugin); $this->assertInstanceOf(SearchIndexingInterface::class, $plugin); $this->assertSame('Help', (string) $plugin->getPluginDefinition()['title']); $this->assertTrue($plugin->usesAdminTheme()); } }