Browse Source

Fix: Removed warning no dtd found

Laurent Destailleur 14 years ago
parent
commit
0a72e6e7f2
2 changed files with 12 additions and 0 deletions
  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>
 <phpunit>
 <filter>
 <filter>
   <blacklist>
   <blacklist>