comparison core/modules/config/src/Tests/SchemaCheckTestTrait.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
1 <?php 1 <?php
2 2
3 namespace Drupal\config\Tests; 3 namespace Drupal\config\Tests;
4 4
5 @trigger_error(__NAMESPACE__ . '\SchemaCheckTestTrait is deprecated as of 8.3.x, will be removed in before Drupal 9.0.0. Use \Drupal\Tests\SchemaCheckTestTrait instead.', E_USER_DEPRECATED);
6
5 /** 7 /**
6 * Provides a class for checking configuration schema. 8 * Provides a class for checking configuration schema.
7 * 9 *
8 * @deprecated as of 8.3.x, will be removed in before Drupal 9.0.0. 10 * @deprecated as of 8.3.x, will be removed in before Drupal 9.0.0. Use
11 * \Drupal\Tests\SchemaCheckTestTrait instead.
9 */ 12 */
10 trait SchemaCheckTestTrait { 13 trait SchemaCheckTestTrait {
11 14
12 use \Drupal\Tests\SchemaCheckTestTrait; 15 use \Drupal\Tests\SchemaCheckTestTrait;
13 16