You are here

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

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/ParamConverter/UpcastingTest.php \Drupal\system\Tests\ParamConverter\UpcastingTest::modules

File

core/modules/system/src/Tests/ParamConverter/UpcastingTest.php, line 20
Contains \Drupal\system\Tests\ParamConverter\UpcastingTest.

Class

UpcastingTest
Tests upcasting of url arguments to entities.

Namespace

Drupal\system\Tests\ParamConverter

Code

public static $modules = array(
  'paramconverter_test',
  'node',
  'language',
);