Version 1
[yaffs-website] / web / core / modules / config / src / Tests / SchemaCheckTestTrait.php
diff --git a/web/core/modules/config/src/Tests/SchemaCheckTestTrait.php b/web/core/modules/config/src/Tests/SchemaCheckTestTrait.php
new file mode 100644 (file)
index 0000000..57ca3b2
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+namespace Drupal\config\Tests;
+
+/**
+ * Provides a class for checking configuration schema.
+ *
+ * @deprecated as of 8.3.x, will be removed in before Drupal 9.0.0.
+ */
+trait SchemaCheckTestTrait {
+
+  use \Drupal\Tests\SchemaCheckTestTrait;
+
+}