You are here

public static property UrlTest::$modules in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/system/src/Tests/Common/UrlTest.php \Drupal\system\Tests\Common\UrlTest::modules
  2. 8 core/modules/system/src/Tests/Form/UrlTest.php \Drupal\system\Tests\Form\UrlTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Form/UrlTest.php \Drupal\system\Tests\Form\UrlTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/UrlTest.php, line 25
Contains \Drupal\system\Tests\Form\UrlTest.

Class

UrlTest
Tests the form API URL element.

Namespace

Drupal\system\Tests\Form

Code

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