ConnectionTest.php
Namespace
Drupal\Tests\mysqli\Kernel\mysqliFile
-
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;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* 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.