abstract protected function KernelTransactionTestBase::prepareTransactionType in Transaction 8
Creates and initializes the transaction type to be tested.
1 call to KernelTransactionTestBase::prepareTransactionType()
- KernelTransactionTestBase::setUp in tests/
src/ Kernel/ KernelTransactionTestBase.php
2 methods override KernelTransactionTestBase::prepareTransactionType()
- BalanceTransactionTest::prepareTransactionType in tests/
src/ Kernel/ BalanceTransactionTest.php - Creates and initializes the transaction type to be tested.
- GenericTransactionTest::prepareTransactionType in tests/
src/ Kernel/ GenericTransactionTest.php - Creates a generic transaction type.
File
- tests/
src/ Kernel/ KernelTransactionTestBase.php, line 106
Class
- KernelTransactionTestBase
- Base class for kernel tests of the Transaction module.
Namespace
Drupal\Tests\transaction\KernelCode
protected abstract function prepareTransactionType();