EventsExampleServiceTest::$modules

Type: modules

File

modules/events_example/tests/src/Kernel/EventsExampleServiceTest.php, line 21

Class

EventsExampleServiceTest
Test to ensure 'events_example_subscriber' service is reachable.

Namespace

Drupal\Tests\events_example\Kernel

Code

protected static $modules = [
  'events_example',
];