You are here

Schema.php in Drupal 8

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 {

}

Classes

Namesort descending Description
Schema A very minimal class for testing purposes.