view 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
line wrap: on
line source
<?php

namespace Drupal\config\Tests;

@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);

/**
 * Provides a class for checking configuration schema.
 *
 * @deprecated as of 8.3.x, will be removed in before Drupal 9.0.0. Use
 *   \Drupal\Tests\SchemaCheckTestTrait instead.
 */
trait SchemaCheckTestTrait {

  use \Drupal\Tests\SchemaCheckTestTrait;

}