self::PLUGIN_INFORMATION
['label'
]);
} /**
* @covers ::getProvider
* @covers ::isTopLevel
* @covers ::getRelated
*/
public function testDefinition() { $this->
assertEquals($this->helpTopic->
getProvider(),
self::PLUGIN_INFORMATION
['provider'
]);
$this->
assertEquals($this->helpTopic->
isTopLevel(),
self::PLUGIN_INFORMATION
['top_level'
]);
$this->
assertEquals($this->helpTopic->
getRelated(),
self::PLUGIN_INFORMATION
['related'
]);
} /**
* @covers ::getCacheContexts
* @covers ::getCacheTags
* @covers ::getCacheMaxAge
*/
public function testCacheInfo() {