PluginProbe
Lasso Lite – Affiliate Link Manager & Product Displays / 105
Lasso Lite – Affiliate Link Manager & Product Displays v105
157 155 156 154 153 152 151 150 149 148 trunk 0.9.9 104 105 106 107 108 109 110 111 112 113 114 115 116 All 56 releases
simple-urls / phpunit.xml.dist

phpunit.xml.dist in Lasso Lite – Affiliate Link Manager & Product Displays 105, at phpunit.xml.dist

26 lines 701 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <phpunit
3 bootstrap="tests/bootstrap.php"
4 backupGlobals="false"
5 colors="true"
6 convertErrorsToExceptions="true"
7 convertNoticesToExceptions="true"
8 convertWarningsToExceptions="true"
9 >
10 <testsuites>
11 <testsuite name="Simple Urls unit test">
12 <directory prefix="test-" suffix=".php">./tests/</directory>
13 <exclude>./tests/test-sample.php</exclude>
14 </testsuite>
15 </testsuites>
16 <filter>
17 <whitelist processUncoveredFilesFromWhitelist="true">
18 <directory suffix=".php">tests</directory>
19 </whitelist>
20 </filter>
21 <logging>
22 <log type="coverage-clover" target="./build/logs/clover.xml"/>
23 <log type="coverage-html" target="./build/coverage/"/>
24 </logging>
25 </phpunit>
26