You are here

protected function IngredientSettingsTest::setUp in Recipe 8.2

Overrides KernelTestBase::setUp

File

modules/ingredient/tests/src/Kernel/IngredientSettingsTest.php, line 23

Class

IngredientSettingsTest
Tests Ingredient entity settings.

Namespace

Drupal\Tests\ingredient\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installEntitySchema('ingredient');
  $this
    ->installConfig('ingredient');
}