diff --git a/ext/xsl/tests/auto_registration_namespaces_new_dom.phpt b/ext/xsl/tests/auto_registration_namespaces_new_dom.phpt index e2a99bcb7141d..f96b7d1918419 100644 --- a/ext/xsl/tests/auto_registration_namespaces_new_dom.phpt +++ b/ext/xsl/tests/auto_registration_namespaces_new_dom.phpt @@ -3,6 +3,10 @@ Auto-registration of namespaces in XSL stylesheet with new DOM --EXTENSIONS-- dom xsl +--SKIPIF-- + --FILE-- --FILE-- hasExsltSupport()) die('skip EXSLT support not available'); if (LIBXSLT_VERSION < 10130) die('skip too old libxsl'); +require __DIR__.'/skip_upstream_issue113.inc'; ?> --FILE-- hasExsltSupport()) die('skip EXSLT support not available'); if (LIBXSLT_VERSION < 10130) die('skip too old libxsl'); +require __DIR__.'/skip_upstream_issue113.inc'; ?> --FILE--