From bbf7b8dd6996a5241c63a7dd1f045f01d889af93 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Tue, 3 Sep 2019 21:07:12 +0200 Subject: [PATCH] Add missing SKIPIF (sqlite) --- ext/sqlite3/tests/exception_from_toString.phpt | 2 ++ 1 file changed, 2 insertions(+) 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-- + --FILE--