You are here

public static property ConfigTranslationViewListUiTest::$testViews in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php \Drupal\Tests\config_translation\Functional\ConfigTranslationViewListUiTest::testViews

Views used by this test.

Type: array

File

core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php, line 19

Class

ConfigTranslationViewListUiTest
Visit view list and test if translate is available.

Namespace

Drupal\Tests\config_translation\Functional

Code

public static $testViews = [
  'node',
  'test_view',
];