File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
22
"phpunit/phpunit" : " 3.7.22" ,
23
23
"mockery/mockery" : " >=0.7.2" ,
24
24
"league/phpunit-coverage-listener" : " ~1.0" ,
25
- "whatthejeff/nyancat-phpunit-resultprinter" : " ~1.1" ,
26
25
"orchestra/testbench" : " 2.0.*"
27
26
},
28
27
"autoload" : {
Original file line number Diff line number Diff line change 15
15
<directory suffix =" .php" >./tests/</directory >
16
16
</testsuite >
17
17
</testsuites >
18
+ <filter >
19
+ <blacklist >
20
+ <directory suffix =" .php" >PEAR_INSTALL_DIR</directory >
21
+ <directory suffix =" .php" >PHP_LIBDIR</directory >
22
+ <directory suffix =" .php" >vendor</directory >
23
+ <directory suffix =" .php" >tests</directory >
24
+ <directory suffix =" .php" >testing</directory >
25
+ </blacklist >
26
+ </filter >
27
+ <logging >
28
+ <log type =" coverage-text" target =" php://stdout" charset =" UTF-8" yui =" true" highlight =" true" lowUpperBound =" 50" highLowerBound =" 90" />
29
+ </logging >
18
30
</phpunit >
You can’t perform that action at this time.
0 commit comments