public static property HttpRequestTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/HttpRequestTest.php, line 23
Definition of Drupal\system\Tests\Common\HttpRequestTest.

Class

HttpRequestTest
Tests drupal_http_request().

Namespace

Drupal\system\Tests\Common

Code

public static $modules = array(
  'system_test',
  'language',
  'test_page_test',
);