lstrojny / phpunit-clever-and-smart

Smarter test runner for PHPUnit
169 stars 13 forks source link

sqlite-pdo instead of sqlite3 #26

Open staabm opened 10 years ago

staabm commented 10 years ago

could you elaborate a bit, why you have chosen sqlite3 over sqlite-pdo?

lstrojny commented 10 years ago

No particular reason. Porting to PDO is fine with me.