Schema.php

Namespace

Drupal\Tests\Core\Database\Stub\Driver

File

core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php

View source
<?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.

}

Classes

Title Deprecated Summary
Schema A very minimal class for testing purposes.

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