TransactionTest.php

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

Namespace

Drupal\Tests\mysql\Kernel\mysql

File

core/modules/mysql/tests/src/Kernel/mysql/TransactionTest.php

View source
<?php

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

use Drupal\KernelTests\Core\Database\DriverSpecificTransactionTestBase;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Tests transaction for the MySQL driver.
 */
class TransactionTest extends DriverSpecificTransactionTestBase {

}

Classes

Title Deprecated Summary
TransactionTest Tests transaction for the MySQL driver.

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