File tree Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit colors =" true" bootstrap =" bootstrap.php" >
3+ <php >
4+ </php >
5+ <filter >
6+ <whitelist addUncoveredFilesFromWhitelist =" true" >
7+ <file >../webfiori/ui/HTMLNode.php</file >
8+ <file >../webfiori/ui/HeadNode.php</file >
9+ <file >../webfiori/ui/HTMLDoc.php</file >
10+ <file >../webfiori/ui/Input.php</file >
11+ <file >../webfiori/ui/HTMLTable.php</file >
12+ <file >../webfiori/ui/TemplateCompiler.php</file >
13+ </whitelist >
14+ </filter >
15+ <logging >
16+ <log type =" coverage-clover" target =" clover.xml" />
17+ </logging >
18+ <testsuites >
19+ <testsuite name =" HTML Elements Tests" >
20+ <directory >./webfiori/test/ui</directory >
21+ </testsuite >
22+ </testsuites >
23+ </phpunit >
You can’t perform that action at this time.
0 commit comments