You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

ServiceProviderTest
Tests service provider registration to the DIC.

Namespace

Drupal\system\Tests\ServiceProvider

Code

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