function HelpTopicTwigTest::testDefinition
Tests definition.
@legacy-covers ::getProvider @legacy-covers ::isTopLevel @legacy-covers ::getRelated
File
-
core/
modules/ help/ tests/ src/ Unit/ HelpTopicTwigTest.php, line 79
Class
- HelpTopicTwigTest
- Unit test for the HelpTopicTwig class.
Namespace
Drupal\Tests\help\UnitCode
public function testDefinition() : void {
$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']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.