comparison core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
1 <?php 1 <?php
2 2
3 namespace Drupal\views\Tests\Plugin; 3 namespace Drupal\views\Tests\Plugin;
4
5 @trigger_error(__NAMESPACE__ . '\PluginKernelTestBase is deprecated for removal before Drupal 9.0.0. Use \Drupal\Tests\views\Kernel\ViewsKernelTestBase instead.', E_USER_DEPRECATED);
4 6
5 use Drupal\views\Tests\ViewKernelTestBase; 7 use Drupal\views\Tests\ViewKernelTestBase;
6 8
7 /** 9 /**
8 * Base test class for views plugin unit tests. 10 * Base test class for views plugin unit tests.