File tree 1 file changed +14
-20
lines changed
1 file changed +14
-20
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<phpunit verbose =" true" >
3
- <logging >
4
- <log type =" coverage-html" target =" build/coverage" title =" Net_Wifi" charset =" UTF-8" yui =" true" highlight =" true" lowUpperBound =" 35" highLowerBound =" 70" />
5
- <log type =" coverage-clover" target =" build/logs/clover.xml" />
6
- <log type =" junit" target =" build/logs/junit.xml" logIncompleteSkipped =" false" title =" Net_Wifi" />
7
- </logging >
8
- <filter >
9
- <blacklist >
10
- <directory suffix =" .php" >/usr/share/php</directory >
11
- <directory suffix =" .php" >tests/unit/</directory >
12
- </blacklist >
13
- </filter >
14
- <testsuites >
15
- <testsuite >
16
- <directory >tests</directory >
17
- <file >*Test.php</file >
18
- </testsuite >
19
- </testsuites >
20
- <php >
21
- <includePath >lib/</includePath >
22
- </php >
3
+ <filter >
4
+ <whitelist >
5
+ <directory suffix =" .php" >./Net</directory >
6
+ </whitelist >
7
+ </filter >
8
+ <testsuites >
9
+ <testsuite >
10
+ <directory >tests</directory >
11
+ <file >*Test.php</file >
12
+ </testsuite >
13
+ </testsuites >
14
+ <php >
15
+ <includePath >lib/</includePath >
16
+ </php >
23
17
</phpunit >
You can’t perform that action at this time.
0 commit comments