hook_event_dispatcher-8.x-2.04/modules/preprocess_event_dispatcher/tests/src/Unit/Helpers/FakeEventVariables.php
modules/preprocess_event_dispatcher/tests/src/Unit/Helpers/FakeEventVariables.php
<?php
namespace Drupal\Tests\preprocess_event_dispatcher\Unit\Helpers;
use Drupal\preprocess_event_dispatcher\Variables\AbstractEventVariables;
/**
* Class FakeEventVariables.
*/
class FakeEventVariables extends AbstractEventVariables {}
