You are here

protected function UpdateRegistryTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php \Drupal\Tests\Core\Update\UpdateRegistryTest::setUp()

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php, line 30
Contains \Drupal\Tests\Core\Update\UpdateRegistryTest.

Class

UpdateRegistryTest
@coversDefaultClass \Drupal\Core\Update\UpdateRegistry @group Update

Namespace

Drupal\Tests\Core\Update

Code

protected function setUp() {
  parent::setUp();
  $settings = [];
  $settings['extension_discovery_scan_tests'] = TRUE;
  new Settings($settings);
}