forked from NetCommons3/NetCommons3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
22 lines (22 loc) · 1.02 KB
/
phpunit.xml.dist
File metadata and controls
22 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendors/autoload.php">
<filter>
<blacklist>
<directory suffix=".php">app/Config</directory>
<directory suffix=".php">app/Test</directory>
<directory suffix=".php">app/Plugin/DebugKit</directory>
<directory suffix=".ctp">app/Plugin/DebugKit</directory>
<directory suffix=".php">app/Plugin/Migration</directory>
<directory suffix=".php">app/Plugin/MobileDetect</directory>
<directory suffix=".php">app/Plugin/HtmlPurifier</directory>
<directory suffix=".php">app/Plugin/TinyMCE</directory>
<directory suffix=".php">app/Plugin/Users</directory>
<directory suffix=".php">vendors</directory>
<directory suffix="Test.php">plugins</directory>
</blacklist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-html" target="build/logs/clover"/>
</logging>
</phpunit>