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/Common/UrlTest.php \Drupal\system\Tests\Common\UrlTest::modules

File

core/modules/system/src/Tests/Common/UrlTest.php, line 28
Contains \Drupal\system\Tests\Common\UrlTest.

Class

UrlTest
Confirm that \Drupal\Core\Url, \Drupal\Component\Utility\UrlHelper::filterQueryParameters(), \Drupal\Component\Utility\UrlHelper::buildQuery(), and \Drupal\Core\Utility\LinkGeneratorInterface::generate() work correctly with various input.

Namespace

Drupal\system\Tests\Common

Code

public static $modules = array(
  'common_test',
  'url_alter_test',
);