Version 1
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Database / Stub / Driver / Schema.php
diff --git a/web/core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php b/web/core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php
new file mode 100644 (file)
index 0000000..41c7c6e
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+namespace Drupal\Tests\Core\Database\Stub\Driver;
+
+/**
+ * A very minimal class for testing purposes.
+ *
+ * @see ConnectionTest::testGetDriverClass()
+ * @see ConnectionTest::testSchema()
+ */
+class Schema {
+  // No-op.
+}