You are here

protected function LocalStockServiceTest::setUp in Commerce Stock 8

Overrides CommerceKernelTestBase::setUp

File

modules/local_storage/tests/src/Kernel/LocalStockServiceTest.php, line 31

Class

LocalStockServiceTest
Tests the local stock service.

Namespace

Drupal\Tests\commerce_stock_local\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'commerce_stock',
  ]);
  $this
    ->installConfig([
    'commerce_stock_local',
  ]);
}