You are here

protected property HelpTest::$profile in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/help/tests/src/Functional/HelpTest.php \Drupal\Tests\help\Functional\HelpTest::profile
  2. 10 core/modules/help/tests/src/Functional/HelpTest.php \Drupal\Tests\help\Functional\HelpTest::profile

Use the Standard profile to test help implementations of many core modules.

Type: string

Overrides BrowserTestBase::$profile

File

core/modules/help/tests/src/Functional/HelpTest.php, line 36

Class

HelpTest
Verify help display and user access to help based on permissions.

Namespace

Drupal\Tests\help\Functional

Code

protected $profile = 'standard';