You are here

public function OtherEventVariablesTest::setUp in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/preprocess_event_dispatcher/tests/src/Unit/OtherEventVariablesTest.php \Drupal\Tests\preprocess_event_dispatcher\Unit\OtherEventVariablesTest::setUp()

File

modules/preprocess_event_dispatcher/tests/src/Unit/OtherEventVariablesTest.php, line 61

Class

OtherEventVariablesTest
Class OtherEventVariablesTest.

Namespace

Drupal\Tests\preprocess_event_dispatcher\Unit

Code

public function setUp() : void {
  $this->mapper = YamlDefinitionsLoader::getInstance()
    ->getMapper();
}