liip / LiipTestFixturesBundle

This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications
https://liip.ch
MIT License
167 stars 45 forks source link

feat: change driver for entity mapping doctrine #269

Closed Chris53897 closed 8 months ago

Chris53897 commented 8 months ago

(prepare for "doctrine/orm" 3, "doctrine/dbal" 4

https://github.com/liip/LiipTestFixturesBundle/pull/265#discussion_r1496445769

Explicit defined Table-Name is important, because of reserved words.

Chris53897 commented 8 months ago

@alexislefebvre I fixed the table name, that was raising the errors.