You are here

public function FactoryMapperTest::setUp in Hook Event Dispatcher 8

Overrides UnitTestCase::setUp

File

tests/src/Unit/Preprocess/FactoryMapperTest.php, line 25

Class

FactoryMapperTest
Class FactoryMapperTest.

Namespace

Drupal\Tests\hook_event_dispatcher\Unit\Preprocess

Code

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