You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Plugin/Condition/RequestPathTest.php \Drupal\system\Tests\Plugin\Condition\RequestPathTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Plugin/Condition/RequestPathTest.php, line 50
Contains \Drupal\system\Tests\Plugin\Condition\RequestPathTest.

Class

RequestPathTest
Tests that the Request Path Condition, provided by the system module, is working properly.

Namespace

Drupal\system\Tests\Plugin\Condition

Code

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