SchemaCheckTestTrait.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\config\TestsFile
-
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.