瀏覽代碼

Fix: Removed warning no dtd found

Laurent Destailleur 14 年之前
父節點
當前提交
0a72e6e7f2
共有 2 個文件被更改,包括 12 次插入0 次删除
  1. 10 0
      test/phpunit/phpunit.dtd
  2. 2 0
      test/phpunit/phpunittest.xml

+ 10 - 0
test/phpunit/phpunit.dtd

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!ELEMENT dataset (table+)>
+<!ELEMENT table (column*, row*)>
+<!ATTLIST table
+     name CDATA #REQUIRED
+ >
+<!ELEMENT column (#PCDATA)>
+<!ELEMENT row (value | null)*>
+<!ELEMENT value (#PCDATA)>
+<!ELEMENT null EMPTY>

+ 2 - 0
test/phpunit/phpunittest.xml

@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE log4j:configuration SYSTEM "phpunit.dtd" >
 <phpunit>
 <filter>
   <blacklist>