SchemaTest.php

Same filename in this branch
  1. main core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php
  2. main core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php
  3. main core/modules/pgsql/tests/src/Unit/SchemaTest.php
  4. main core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
Same filename and directory in other branches
  1. 11.x core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php
  2. 11.x core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php
  3. 11.x core/modules/pgsql/tests/src/Unit/SchemaTest.php
  4. 11.x core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
  5. 11.x core/modules/mysqli/tests/src/Kernel/mysqli/SchemaTest.php
  6. 10 core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php
  7. 10 core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php
  8. 10 core/modules/pgsql/tests/src/Unit/SchemaTest.php
  9. 10 core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
  10. 9 core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php
  11. 9 core/modules/pgsql/tests/src/Unit/SchemaTest.php
  12. 9 core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
  13. 9 core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
  14. 8.9.x core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php

Namespace

Drupal\Tests\mysqli\Kernel\mysqli

File

core/modules/mysqli/tests/src/Kernel/mysqli/SchemaTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\mysqli\Kernel\mysqli;

use Drupal\Tests\mysql\Kernel\mysql\SchemaTest as BaseMySqlTest;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Tests schema API for the MySQL driver.
 */
class SchemaTest extends BaseMySqlTest {

}

Classes

Title Deprecated Summary
SchemaTest Tests schema API for the MySQL driver.

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