diff options
Diffstat (limited to 'ext/xsl/tests/xslt003.phpt')
-rw-r--r-- | ext/xsl/tests/xslt003.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/xsl/tests/xslt003.phpt b/ext/xsl/tests/xslt003.phpt index 60a8427d16..992e5c7cf0 100644 --- a/ext/xsl/tests/xslt003.phpt +++ b/ext/xsl/tests/xslt003.phpt @@ -11,8 +11,6 @@ $proc->setParameter( "", "foo","hello world"); print "\n"; print $proc->transformToXml($dom); print "\n"; - - --EXPECT-- Test 3: Using Parameters <?xml version="1.0" encoding="iso-8859-1"?> |