LegacyHelpTopicsSyntaxTest.php

Namespace

Drupal\Tests\help_topics\Functional

File

core/modules/help_topics/tests/src/Functional/LegacyHelpTopicsSyntaxTest.php

View source
<?php

namespace Drupal\Tests\help_topics\Functional;


/**
 * Extends HelpTopicsSyntaxTest to test with deprecated modules.
 *
 * @see \Drupal\Tests\DeprecatedModulesTestTrait::removeDeprecatedModules()
 *
 * @group help_topics
 * @group legacy
 */
class LegacyHelpTopicsSyntaxTest extends HelpTopicsSyntaxTest {
    
    /**
     * {@inheritdoc}
     */
    protected $excludeDeprecated = FALSE;

}

Classes

Title Deprecated Summary
LegacyHelpTopicsSyntaxTest Extends HelpTopicsSyntaxTest to test with deprecated modules.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.