You are here

public static property RestExportAuthTest::$testViews in Drupal 8

Views to be enabled.

Test classes should override this property and provide the list of testing views.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php, line 32

Class

RestExportAuthTest
Tests the auth option of rest exports.

Namespace

Drupal\Tests\rest\Kernel\Views

Code

public static $testViews = [
  'rest_export_with_authorization_correction',
];