- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpunit.xml
More file actions
Latest commit
17 lines (17 loc) · 505 Bytes
/
Copy pathphpunit.xml
File metadata and controls
17 lines (17 loc) · 505 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8" ?>
<phpunitbootstrap="test/bootstrap.php">
<testsuites>
<testsuitename="Statify Blacklist TestSuite">
<directorysuffix="_Test.php">./test/</directory>
</testsuite>
</testsuites>
<filter>
<whitelistprocessUncoveredFilesFromWhitelist="true">
<directorysuffix=".php">./inc/</directory>
</whitelist>
</filter>
<logging>
<logtype="coverage-clover"target="tests-clover.xml"/>
<logtype="junit"target="tests-junit.xml"/>
</logging>
</phpunit>