mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
f768f3d60b
This test was written to always use the sqlite PDO driver; however, that driver may no longer be available[1], and actually the test is supposed to work for all drivers – otherwise it should be placed in ext/pdo_sqlite/tests. [1] <https://github.com/php/php-src/commit/938049b92734e37a3c4cbebe4656bfcf8d758d49> Closes GH-8732.