Fix: Removed warning no dtd found
This commit is contained in:
parent
e21ce04809
commit
0a72e6e7f2
10
test/phpunit/phpunit.dtd
Normal file
10
test/phpunit/phpunit.dtd
Normal 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>
|
||||
@ -1,3 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE log4j:configuration SYSTEM "phpunit.dtd" >
|
||||
<phpunit>
|
||||
<filter>
|
||||
<blacklist>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user