You are here

protected property KernelTransactionTestBase::$transaction in Transaction 8

A transaction to work with in tests.

Type: \Drupal\transaction\TransactionInterface

See also

\Drupal\Tests\transaction\Kernel\KernelTransactionTestBase::prepareTransaction()

File

tests/src/Kernel/KernelTransactionTestBase.php, line 59

Class

KernelTransactionTestBase
Base class for kernel tests of the Transaction module.

Namespace

Drupal\Tests\transaction\Kernel

Code

protected $transaction;