doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.76k stars 224 forks source link

Migrate to `wrapInTransaction()` #392

Closed derrabus closed 2 years ago

derrabus commented 2 years ago

The transactional() method of the ORM's entity manager has been deprecated. This PR makes sure we call the new method instead.