You are here

public static property FieldUrlTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Handler/FieldUrlTest.php \Drupal\views\Tests\Handler\FieldUrlTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Handler/FieldUrlTest.php, line 21
Contains \Drupal\views\Tests\Handler\FieldUrlTest.

Class

FieldUrlTest
Tests the core Drupal\views\Plugin\views\field\Url handler.

Namespace

Drupal\views\Tests\Handler

Code

public static $modules = array(
  'system',
);