File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 1
1
Coverage /
2
- Vendor /*
3
- /composer.lock
4
- /dbunit
5
- /phpcov
6
- /phpcpd
7
- /phpdcd
8
- /phploc
9
- /phpunit
10
- /phpunit-skelgen
2
+ vendor /*
3
+ /composer.lock
Original file line number Diff line number Diff line change 20
20
highlight=" false"
21
21
lowUpperBound=" 35"
22
22
highLowerBound=" 70" />
23
- <!-- <log type="coverage-text" target="php://stdout" lowUpperBound="35" highLowerBound="70" /> -->
24
23
</logging >
25
24
26
25
<filter >
27
26
<whitelist >
28
- <directory suffix =" .php" >../Source</directory >
29
- <!-- <file>/path/to/file</file> -->
27
+ <directory suffix =" .php" >../src</directory >
30
28
<exclude >
31
29
<file >../Public/index.php</file >
32
- <directory suffix =" Interface.php" >../Source </directory >
30
+ <directory suffix =" Interface.php" >../src </directory >
33
31
</exclude >
34
32
</whitelist >
35
33
<blacklist >
36
- <directory suffix =" .php" group =" PHPUNIT" >../Vendor </directory >
34
+ <directory suffix =" .php" group =" PHPUNIT" >../vendor </directory >
37
35
</blacklist >
38
36
</filter >
39
37
<listeners >
40
- <listener class =" \Mockery\Adapter\Phpunit\TestListener" file =" Vendor /mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php" />
38
+ <listener class =" \Mockery\Adapter\Phpunit\TestListener" file =" vendor /mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php" />
41
39
</listeners >
42
40
</phpunit >
You can’t perform that action at this time.
0 commit comments