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
Deprecated: The "DAMA\DoctrineTestBundle\Doctrine\DBAL\VersionAwarePlatformStaticDriver" class implements "Doctrine\DBAL\VersionAwarePlatformDriver" that is deprecated All drivers will have to be aware of the server version in the next major release.
I am using "doctrine/dbal version 3.5.1" and "dama/doctrine-test-bundle 7.1.1".
The text was updated successfully, but these errors were encountered:
The current version of dama/doctrine-test-bundle is only supporting DBAL 3.
If I'm understanding it correctly, its possible to safely remove the "implement VersionAwarePlatformDriver" because you are not supporting DBAL 2 anymore?
Hello,
I have found this deprecated message in my log:
Deprecated: The "DAMA\DoctrineTestBundle\Doctrine\DBAL\VersionAwarePlatformStaticDriver" class implements "Doctrine\DBAL\VersionAwarePlatformDriver" that is deprecated All drivers will have to be aware of the server version in the next major release.
I am using "doctrine/dbal version 3.5.1" and "dama/doctrine-test-bundle 7.1.1".
The text was updated successfully, but these errors were encountered: