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

Replace uses of deprecated `Connection::query()` method #240

Closed mbabker closed 1 year ago

mbabker commented 1 year ago

Fixes #238 by wrapping calls to the deprecated Connection::query() with a method_exists() check to instead call Connection::executeQuery() when the preferred API is available.

alexislefebvre commented 1 year ago

CI fails are unrelated to this PR.

Thanks!