Mercurial > hg > cmmr2012-drupal-site
view core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | 12f9dff5fda9 |
line wrap: on
line source
<?php namespace Drupal\views\Tests\Plugin; use Drupal\views\Tests\ViewKernelTestBase; /** * Base test class for views plugin unit tests. * * @deprecated Scheduled for removal in Drupal 9.0.0. * Use \Drupal\Tests\views\Kernel\ViewsKernelTestBase instead. */ abstract class PluginKernelTestBase extends ViewKernelTestBase { }