You are here

protected function ConfigUpdaterTest::setUp in Commerce Core 8.2

Overrides CommerceKernelTestBase::setUp

File

tests/src/Kernel/ConfigUpdaterTest.php, line 31

Class

ConfigUpdaterTest
Tests the ConfigUpdater class.

Namespace

Drupal\Tests\commerce\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installConfig('commerce_update_test');
  $this->configUpdater = $this->container
    ->get('commerce.config_updater');
}