You are here

protected function GetSettingsFromEnvVarTest::setUp in Acquia Content Hub 8.2

Throws

\Exception

Overrides KernelTestBase::setUp

File

tests/src/Kernel/EventSubscriber/GetSettings/GetSettingsFromEnvVarTest.php, line 42

Class

GetSettingsFromEnvVarTest
Tests that environment variables can be used for settings.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\GetSettings

Code

protected function setUp() {
  parent::setUp();
  $this->dispatcher = $this->container
    ->get('event_dispatcher');
}