File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
3
- <phpunit colors =" true" strict =" true" bootstrap =" vendor/autoload.php" >
3
+ <phpunit
4
+ colors =" true"
5
+ checkForUnintentionallyCoveredCode =" true"
6
+ beStrictAboutOutputDuringTests =" true"
7
+ forceCoversAnnotation =" true"
8
+ verbose =" true"
9
+ bootstrap =" vendor/autoload.php"
10
+ >
4
11
<testsuites >
5
12
<testsuite name =" unit" >
6
13
<directory >./tests/unit</directory >
12
19
</whitelist >
13
20
<blacklist >
14
21
<directory >./examples/</directory >
15
- <directory >./vendor/</directory >
22
+ <directory >./vendor/</directory >
16
23
</blacklist >
17
24
</filter >
25
+ <listeners >
26
+ <listener
27
+ class =" Mockery\Adapter\Phpunit\TestListener"
28
+ file =" vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php"
29
+ />
30
+ </listeners >
18
31
</phpunit >
You can’t perform that action at this time.
0 commit comments