TransactionTest.php
Same filename in this branch
Same filename in other branches
- 9 core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php
- 8.9.x core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php
- 11.x core/modules/sqlite/tests/src/Kernel/sqlite/TransactionTest.php
- 11.x core/modules/mysql/tests/src/Kernel/mysql/TransactionTest.php
- 11.x core/modules/pgsql/tests/src/Kernel/pgsql/TransactionTest.php
Namespace
Drupal\Tests\sqlite\Kernel\sqliteFile
-
core/
modules/ sqlite/ tests/ src/ Kernel/ sqlite/ TransactionTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\sqlite\Kernel\sqlite;
use Drupal\KernelTests\Core\Database\DriverSpecificTransactionTestBase;
/**
* Tests transaction for the SQLite driver.
*
* @group Database
*/
class TransactionTest extends DriverSpecificTransactionTestBase {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TransactionTest | Tests transaction for the SQLite driver. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.