protected property TourTest::$permissions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/tour/src/Tests/TourTest.php \Drupal\tour\Tests\TourTest::permissions
The permissions required for a logged in user to test tour tips.
A list of permissions.
Type: array
Overrides TourTestBasic::$permissions
File
- core/
modules/ tour/ src/ Tests/ TourTest.php, line 32 - Contains \Drupal\tour\Tests\TourTest.
Class
- TourTest
- Tests the functionality of tour tips.
Namespace
Drupal\tour\TestsCode
protected $permissions = array(
'access tour',
'administer languages',
);