protected property TourTest::$permissions in Drupal 10
Same name and namespace in other branches
- 8 core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\TourTest::permissions
- 9 core/modules/tour/tests/src/Functional/TourTest.php \Drupal\Tests\tour\Functional\TourTest::permissions
The permissions required for a logged in user to test tour tips.
A list of permissions.
Type: array
File
- core/
modules/ tour/ tests/ src/ Functional/ TourTest.php, line 40
Class
- TourTest
- Tests the functionality of tour tips.
Namespace
Drupal\Tests\tour\FunctionalCode
protected $permissions = [
'access tour',
'administer languages',
];