Skip to content

Commit

Permalink
Explicitly only bypass final
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Sep 28, 2023
1 parent 2c2cd83 commit 87b731b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Adapter/Doctrine/MongoDBODM/Tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'*/Doctrine/ODM/MongoDB/*',
]);

BypassFinals::enable();
BypassFinals::enable(bypassReadOnly: false);
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'*/Doctrine/ODM/MongoDB/*',
]);

BypassFinals::enable();
BypassFinals::enable(bypassReadOnly: false);

0 comments on commit 87b731b

Please sign in to comment.