ConnectionTest.php

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

Namespace

Drupal\Tests\mysqli\Kernel\mysqli

File

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

View source
<?php

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

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

/**
 * MySQL-specific connection tests.
 */
class ConnectionTest extends BaseMySqlTest {

}

Classes

Title Deprecated Summary
ConnectionTest MySQL-specific connection tests.

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