You are here

public static property FieldUIDeleteTest::$testViews in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/field_ui/src/Tests/FieldUIDeleteTest.php \Drupal\field_ui\Tests\FieldUIDeleteTest::testViews

Test views to enable

Type: string[]

File

core/modules/field_ui/src/Tests/FieldUIDeleteTest.php, line 36
Contains \Drupal\field_ui\Tests\FieldUIDeleteTest.

Class

FieldUIDeleteTest
Tests deletion of a field and their dependencies in the UI.

Namespace

Drupal\field_ui\Tests

Code

public static $testViews = array(
  'test_view_field_delete',
);