public function OtherEventVariablesTest::setUp in Hook Event Dispatcher 8
Overrides UnitTestCase::setUp
File
- tests/
src/ Unit/ Preprocess/ OtherEventVariablesTest.php, line 54
Class
- OtherEventVariablesTest
- Class OtherEventVariablesTest.
Namespace
Drupal\Tests\hook_event_dispatcher\Unit\PreprocessCode
public function setUp() {
$this->mapper = YamlDefinitionsLoader::getInstance()
->getMapper();
}