You are here

CourierKernelTestBase.php in Courier 8

Same filename and directory in other branches
  1. 2.x tests/src/Kernel/CourierKernelTestBase.php

File

tests/src/Kernel/CourierKernelTestBase.php
View source
<?php

namespace Drupal\Tests\courier\Kernel;

use Drupal\KernelTests\KernelTestBase;

/**
 * Base kernel test.
 */
abstract class CourierKernelTestBase extends KernelTestBase {

  /**
   * Modules to enable.
   *
   * @var array
   */
  public static $modules = [
    'dynamic_entity_reference',
    'filter',
    'field',
    'text',
    'courier',
  ];

}

Classes

Namesort descending Description
CourierKernelTestBase Base kernel test.