Open sven-ahrens opened 10 months ago
Thanks for the report.
Would you be able to open a PR?
Thanks for the report.
Would you be able to open a PR?
I'm new to Symfony and this package, but I'm willing to give it a shot this weekend. :)
My solution in another PR is like this. But of course a PR should support multiple versions of doctrine/dbal
@sven-ahrens Can this be closed as implemented? https://github.com/liip/LiipTestFixturesBundle/releases/tag/2.7.3
Still an issue with liip/test-fixtures-bundle 2.9.0.
Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2145 called by AbstractPlatform.php:2064, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)
Not configuring a schema manager factory is deprecated. Use Doctrine\DBAL\Schema\DefaultSchemaManagerFactory which is going to be the default in DBAL 4. (Connection.php:221 called by DriverManager.php:197, https://github.com/doctrine/dbal/issues/5812, package doctrine/dbal)
Is your feature request related to a problem? Please describe.
When I use this package and run my tests, I'm getting mutliple deprecation messages by the package: doctrine/dbal
This only ocurrs when I use stuff made by this package like:
Describe alternatives you've considered
-
Additional context
Hope this helps as additional context.
The test itself did nothing in this case. I purged everything and just run the code like I mentioned above and then got those deprecation messages.