You are here

public function EntityEventVariablesTest::setUp in Hook Event Dispatcher 8

Overrides UnitTestCase::setUp

File

tests/src/Unit/Preprocess/EntityEventVariablesTest.php, line 42

Class

EntityEventVariablesTest
Class EntityEventVariablesTest.

Namespace

Drupal\Tests\hook_event_dispatcher\Unit\Preprocess

Code

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