Skip to content

Commit

Permalink
config(database): set enableNestedTransactions to true for phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuettel committed Apr 28, 2024
1 parent c6eb1a8 commit de2b113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Config/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class Database extends Config
'datetime' => 'Y-m-d H:i:s',
'time' => 'H:i:s',
],
'enableNestedTransactions' => true,
];

public function __construct()
Expand Down

0 comments on commit de2b113

Please sign in to comment.