Skip to content

Commit da5cbca

Browse files
committedDec 19, 2022
Force extension loading for new test
1 parent c702c9f commit da5cbca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎ext/pdo_sqlite/tests/bug81740.phpt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
--TEST--
22
Bug #81740 (PDO::quote() may return unquoted string)
3+
--EXTENSIONS--
4+
pdo
5+
pdo_sqlite
36
--SKIPIF--
47
<?php
5-
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
68
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
79
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
810
?>

0 commit comments

Comments
 (0)