FriendsOfCake / fixturize

CakePHP: Improve performance of your fixture based tests on MySQL.
MIT License
24 stars 14 forks source link

Fallback Connection::getDriver() when using CakePHP<3.4 #9

Closed nojimage closed 1 year ago

nojimage commented 6 years ago

Connection::getDriver() is implemented CakePHP >= 3.4. In composer.json, this plugin can be used CakePHP >= 3.2, so i changed use the driver() method instead.

nojimage commented 6 years ago

I fixed it a while ago, but can merge not yet?

ravage84 commented 1 year ago

Going to close this due to age.

By now, hopefully everybody could upgrade to at least CakePHP 3.4.