You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/ServiceProvider/ServiceProviderWebTest.php, line 24
Contains \Drupal\system\Tests\ServiceProvider\ServiceProviderWebTest.

Class

ServiceProviderWebTest
Tests service provider registration to the DIC.

Namespace

Drupal\system\Tests\ServiceProvider

Code

public static $modules = array(
  'file',
  'service_provider_test',
);