Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/views_ui/src/Tests/UITestBase.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_ui\Tests; | 3 namespace Drupal\views_ui\Tests; |
4 | |
5 @trigger_error(__NAMESPACE__ . '\UITestBase is deprecated for removal before Drupal 9.0.0. Use \Drupal\Tests\views_ui\Functional\UITestBase instead. See https://www.drupal.org/node/2999939', E_USER_DEPRECATED); | |
4 | 6 |
5 use Drupal\views\Tests\ViewTestBase; | 7 use Drupal\views\Tests\ViewTestBase; |
6 | 8 |
7 /** | 9 /** |
8 * Provides a base class for testing the Views UI. | 10 * Provides a base class for testing the Views UI. |
9 * | 11 * |
10 * @deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.x. | 12 * @deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.x. |
11 * Use \Drupal\Tests\views_ui\Functional\UITestBase. | 13 * Use \Drupal\Tests\views_ui\Functional\UITestBase. |
14 * | |
15 * @see https://www.drupal.org/node/2999939 | |
12 */ | 16 */ |
13 abstract class UITestBase extends ViewTestBase { | 17 abstract class UITestBase extends ViewTestBase { |
14 | 18 |
15 /** | 19 /** |
16 * An admin user with the 'administer views' permission. | 20 * An admin user with the 'administer views' permission. |