You are here

protected static property HelpTopicsSyntaxTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php \Drupal\Tests\help_topics\Functional\HelpTopicsSyntaxTest::modules
  2. 9 core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php \Drupal\Tests\help_topics\Functional\HelpTopicsSyntaxTest::modules

File

core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php, line 29

Class

HelpTopicsSyntaxTest
Verifies that all core Help topics can be rendered and comply with standards.

Namespace

Drupal\Tests\help_topics\Functional

Code

protected static $modules = [
  'help',
  'help_topics',
  'help_topics_twig_tester',
  'locale',
];