diff options
author | Melvyn Sopacua <msopacua@php.net> | 2002-10-06 15:51:33 +0000 |
---|---|---|
committer | Melvyn Sopacua <msopacua@php.net> | 2002-10-06 15:51:33 +0000 |
commit | a22ab3f8e3a3fc53a6efbae49bc9214d42a6fd62 (patch) | |
tree | 3428734392abf6700b234bdfbb844b3f1a3f02f2 | |
parent | a1b3f8382d6d9df7478d2cf059bb1cb692454631 (diff) | |
download | php-git-a22ab3f8e3a3fc53a6efbae49bc9214d42a6fd62.tar.gz |
missed this, needed by 007.phpt
-rwxr-xr-x | ext/xslt/tests/public.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/xslt/tests/public.xml b/ext/xslt/tests/public.xml new file mode 100755 index 0000000000..d5de9a8bd5 --- /dev/null +++ b/ext/xslt/tests/public.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE qa PUBLIC "-//PHP-QA//PHP Quality Assurance DTD //EN" "qa.dtd">
+<qa>
+ <test type="simple">PHP QA®</test>
+</qa>
|