You are here

PluginKernelTestBase.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php

File

core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php
View source
<?php

/**
 * @file
 * Contains \Drupal\views\Tests\Plugin\PluginKernelTestBase.
 */
namespace Drupal\views\Tests\Plugin;

use Drupal\views\Tests\ViewKernelTestBase;

/**
 * Base test class for views plugin unit tests.
 */
abstract class PluginKernelTestBase extends ViewKernelTestBase {

}

Classes

Namesort descending Description
PluginKernelTestBase Base test class for views plugin unit tests.