phpqa
phpqa copied to clipboard
Installing the PDO extensions
Hi,
While unit tests should run without a database, integration tests will usually touch the database. In order to run those, installing the pdo extensions would make sense.
Sure, adding every possible extension a project might need will lead to bloat, but pdo_mysql / pdo_pgsql would cover most people's needs.
WDYT?