PrefixInfoTest.php

Same filename in this branch
  1. 11.x core/modules/mysql/tests/src/Kernel/mysql/PrefixInfoTest.php
Same filename and directory in other branches
  1. 9 core/modules/mysql/tests/src/Kernel/mysql/PrefixInfoTest.php
  2. 8.9.x core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php
  3. 10 core/modules/mysql/tests/src/Kernel/mysql/PrefixInfoTest.php

Namespace

Drupal\Tests\mysqli\Kernel\mysqli

File

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

View source
<?php

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

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

/**
 * Tests that the prefix info for a database schema is correct.
 */
class PrefixInfoTest extends BaseMySqlTest {

}

Classes

Title Deprecated Summary
PrefixInfoTest Tests that the prefix info for a database schema is correct.

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