You are here

protected function ConfigSchemaTest::setUp in Rules 8.3

Overrides RulesKernelTestBase::setUp

File

tests/src/Kernel/ConfigSchemaTest.php, line 24

Class

ConfigSchemaTest
Tests that action specific config schema works.

Namespace

Drupal\Tests\rules\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->storage = $this->container
    ->get('entity_type.manager')
    ->getStorage('rules_component');
}