From 441b6a6f5e7e19276d10485434c610278a781261 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 28 Aug 2018 14:02:11 +0200 Subject: [PATCH] Fix SKIPIF conditions The test calls `mb_convert_encoding()` and as such requires the mbstring extension. --- ext/dom/tests/bug76738.phpt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ext/dom/tests/bug76738.phpt b/ext/dom/tests/bug76738.phpt index 21916d8486..b4f3b4cc27 100644 --- a/ext/dom/tests/bug76738.phpt +++ b/ext/dom/tests/bug76738.phpt @@ -1,7 +1,10 @@ --TEST-- Bug #76738 Wrong handling of output buffer --SKIPIF-- - + --FILE--