Skip to content

Commit 00f85bc

Browse files
committed
test: Moved PHP Unit Config
1 parent 9709acd commit 00f85bc

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

phpunit.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/phpunit.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

0 commit comments

Comments
 (0)