SchemaCheckTestTrait.php

Same filename in this branch
  1. 8.9.x core/tests/Drupal/Tests/SchemaCheckTestTrait.php
Same filename and directory in other branches
  1. 9 core/tests/Drupal/Tests/SchemaCheckTestTrait.php
  2. 10 core/tests/Drupal/Tests/SchemaCheckTestTrait.php
  3. 11.x core/tests/Drupal/Tests/SchemaCheckTestTrait.php

Namespace

Drupal\config\Tests

File

core/modules/config/src/Tests/SchemaCheckTestTrait.php

View 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 in drupal:8.3.0 and is removed from drupal:9.0.0. Use
 *   \Drupal\Tests\SchemaCheckTestTrait instead.
 */
trait SchemaCheckTestTrait {
    use \Drupal\Tests\SchemaCheckTestTrait;

}

Traits

Title Deprecated Summary
SchemaCheckTestTrait

in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\SchemaCheckTestTrait instead.

Provides a class for checking configuration schema.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.