summaryrefslogtreecommitdiff
path: root/ext/sqlite3
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@displayce.com>2019-09-03 21:07:12 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-04 08:39:15 +0200
commitbbf7b8dd6996a5241c63a7dd1f045f01d889af93 (patch)
tree98774071a368d02fc587686b0ed194ec82559f72 /ext/sqlite3
parentc0c1f9d38c83e3ae593efea1175fca58ea923540 (diff)
downloadphp-git-bbf7b8dd6996a5241c63a7dd1f045f01d889af93.tar.gz
Add missing SKIPIF (sqlite)
Diffstat (limited to 'ext/sqlite3')
-rw-r--r--ext/sqlite3/tests/exception_from_toString.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite3/tests/exception_from_toString.phpt b/ext/sqlite3/tests/exception_from_toString.phpt
index 1d6ed39f2a..8fa97a2921 100644
--- a/ext/sqlite3/tests/exception_from_toString.phpt
+++ b/ext/sqlite3/tests/exception_from_toString.phpt
@@ -1,5 +1,7 @@
--TEST--
Check that exceptions from __toString() are handled correctly
+--SKIPIF--
+<?php require_once(__DIR__ . '/skipif.inc'); ?>
--FILE--
<?php