doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.86k stars 2.5k forks source link

Test with actual lock modes #11465

Closed derrabus closed 1 month ago

derrabus commented 1 month ago

EntityPersisterTestCase uses dummy integers as lock modes in all tests. This won't work anymore when lock modes are supposed to be passed as enum cases. Let's use the proper constants instead.