crate / crate-dbal

Doctrine Database Access Layer for Crate.IO
Apache License 2.0
16 stars 10 forks source link

Make test compatible with DBAL >= 2.10 #90

Closed seut closed 4 years ago

seut commented 4 years ago

Summary of the changes / Why this is an improvement

upgrade phpunit to 8.0.0 because of missing method Mockbuilder->addMethods was added in Phpunit 8. Doctrine AbstractPlatform is using this method

(cherry picked from commit c1a31715d4921b8c00a7a9134f2f387c710f5a34)

seut commented 4 years ago

Superseded by #91.