You are here

protected property CommentTranslationUITest::$defaultCacheContexts in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/CommentTranslationUITest.php \Drupal\comment\Tests\CommentTranslationUITest::defaultCacheContexts

{inheritdoc}

Overrides ContentTranslationUITestBase::$defaultCacheContexts

File

core/modules/comment/src/Tests/CommentTranslationUITest.php, line 38
Contains \Drupal\comment\Tests\CommentTranslationUITest.

Class

CommentTranslationUITest
Tests the Comment Translation UI.

Namespace

Drupal\comment\Tests

Code

protected $defaultCacheContexts = [
  'languages:language_interface',
  'session',
  'theme',
  'timezone',
  'url.query_args:_wrapper_format',
  'url.query_args.pagers:0',
  'user.permissions',
  'user.roles',
];