Mercurial > hg > isophonics-drupal-site
annotate core/modules/config/src/Tests/SchemaCheckTestTrait.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@0 | 1 <?php |
Chris@0 | 2 |
Chris@0 | 3 namespace Drupal\config\Tests; |
Chris@0 | 4 |
Chris@18 | 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); |
Chris@18 | 6 |
Chris@0 | 7 /** |
Chris@0 | 8 * Provides a class for checking configuration schema. |
Chris@0 | 9 * |
Chris@18 | 10 * @deprecated as of 8.3.x, will be removed in before Drupal 9.0.0. Use |
Chris@18 | 11 * \Drupal\Tests\SchemaCheckTestTrait instead. |
Chris@0 | 12 */ |
Chris@0 | 13 trait SchemaCheckTestTrait { |
Chris@0 | 14 |
Chris@0 | 15 use \Drupal\Tests\SchemaCheckTestTrait; |
Chris@0 | 16 |
Chris@0 | 17 } |