PluginKernelTestBase.php

Same filename in this branch
  1. 8.9.x core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php
Same filename in other branches
  1. 9 core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php
  2. 10 core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php
  3. 11.x core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php

Namespace

Drupal\views\Tests\Plugin

File

core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php

View source
<?php

namespace Drupal\views\Tests\Plugin;

@trigger_error(__NAMESPACE__ . '\\PluginKernelTestBase is deprecated for removal before Drupal 9.0.0. Use \\Drupal\\Tests\\views\\Kernel\\ViewsKernelTestBase instead.', E_USER_DEPRECATED);
use Drupal\views\Tests\ViewKernelTestBase;

/**
 * Base test class for views plugin unit tests.
 *
 * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0.
 *   Use \Drupal\Tests\views\Kernel\ViewsKernelTestBase instead.
 */
abstract class PluginKernelTestBase extends ViewKernelTestBase {

}

Classes

Title Deprecated Summary
PluginKernelTestBase

in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\Tests\views\Kernel\ViewsKernelTestBase instead.

Base test class for views plugin unit tests.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.