Fix: Removed warning no dtd found

This commit is contained in:
Laurent Destailleur 2011-01-12 14:33:57 +00:00
parent e21ce04809
commit 0a72e6e7f2
2 changed files with 12 additions and 0 deletions

10
test/phpunit/phpunit.dtd Normal file
View File

@ -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>

View File

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