Skip to content

Commit 363d353

Browse files
committed
1 parent d8c64bb commit 363d353

File tree

1 file changed

+7
-0
lines changed
  • tests/modules/localgov_forms_test/src/Driver/Database/FakeLts

1 file changed

+7
-0
lines changed

tests/modules/localgov_forms_test/src/Driver/Database/FakeLts/Connection.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,11 @@ protected function driverTransactionManager(): TransactionManagerInterface {
3838
return new TransactionManager($this);
3939
}
4040

41+
/**
42+
* {@inheritdoc}
43+
*
44+
* Work-around for avoiding TransactionManager usage.
45+
*/
46+
public function commitAll() {}
47+
4148
}

0 commit comments

Comments
 (0)