Force extension loading for new test

This commit is contained in:
Christoph M. Becker 2022-12-19 16:14:00 +01:00
parent c702c9f0a3
commit da5cbca23e
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -1,8 +1,10 @@
--TEST--
Bug #81740 (PDO::quote() may return unquoted string)
--EXTENSIONS--
pdo
pdo_sqlite
--SKIPIF--
<?php
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
?>