You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this deprecation notice when running my tests:
SqlitePlatform::getName() is deprecated. Identify platforms by their class. (SqlitePlatform.php:672 called by AbstractDatabaseTool.php:196, https://github.com/doctrine/dbal/issues/4749, package doctrine/dbal)
For reference though, what you probably need is something like this method in the symfony/cache DBAL adapter which effectively replicates the deprecated getName() method for known platforms.
I get this deprecation notice when running my tests:
That's
\Liip\TestFixturesBundle\Services\DatabaseTools\AbstractDatabaseTool
I was hoping you could help with that. thank you :-)
Symfony 6.3.9
doctrine/doctrine-bundle 2.11.1
doctrine/orm 2.17.1
phpunit/phpunit 9.6.15
liip/functional-test-bundle 4.10.0
liip/test-fixtures-bundle 2.7.0
let me know if you need other info. thank you
The text was updated successfully, but these errors were encountered: