PluginKernelTestBase.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\views\Tests\PluginFile
-
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.