summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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