You are here

public function EntityEventVariablesTest::setUp in Hook Event Dispatcher 8.2

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

File

modules/preprocess_event_dispatcher/tests/src/Unit/EntityEventVariablesTest.php, line 50

Class

EntityEventVariablesTest
Class EntityEventVariablesTest.

Namespace

Drupal\Tests\preprocess_event_dispatcher\Unit

Code

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