You are here

phpunit.autoload.php in Hook Event Dispatcher 8

Same filename and directory in other branches
  1. 8.2 phpunit.autoload.php
  2. 3.x phpunit.autoload.php

File

phpunit.autoload.php
View source
<?php

/**
 * @file
 * PHPUnit autoload.
 */
require 'vendor/autoload.php';
require 'hook_event_dispatcher.module';
require 'modules/webform_event_dispatcher/webform_event_dispatcher.module';