File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 6
6
- 5.5
7
7
8
8
before_script : composer install --prefer-source
9
- script : phpunit --configuration phpunit.xml.dist
10
- after_script : php vendor/bin/coveralls
9
+ script : phpunit --configuration phpunit.xml.dist
Original file line number Diff line number Diff line change 21
21
"require-dev" : {
22
22
"phpunit/phpunit" : " 3.7.22" ,
23
23
"mockery/mockery" : " >=0.7.2" ,
24
- "orchestra/testbench " : " 2.0.* " ,
25
- "satooshi/php-coveralls " : " dev-master "
24
+ "league/phpunit-coverage-listener " : " v1.1.2 " ,
25
+ "orchestra/testbench " : " 2.0.* "
26
26
},
27
27
"autoload" : {
28
28
"classmap" : [
Original file line number Diff line number Diff line change 6
6
</testsuite >
7
7
</testsuites >
8
8
<filter >
9
- <blacklist >
10
- <directory suffix =" .php" >PEAR_INSTALL_DIR</directory >
11
- <directory suffix =" .php" >PHP_LIBDIR</directory >
12
- <directory suffix =" .php" >vendor</directory >
13
- <directory suffix =" .php" >tests</directory >
14
- <directory suffix =" .php" >testing</directory >
15
- </blacklist >
9
+ <whitelist >
10
+ <directory >./src</directory >
11
+ <exclude >
12
+ <directory >./build</directory >
13
+ <directory >./composer</directory >
14
+ <directory >./tests</directory >
15
+ <directory >./travis</directory >
16
+ <directory >./vendor</directory >
17
+ </exclude >
18
+ </whitelist >
16
19
</filter >
17
20
<logging >
18
21
<log type =" coverage-clover" target =" build/logs/clover.xml" />
19
22
<log type =" coverage-text" target =" php://stdout" showUncoveredFiles =" false" />
20
23
</logging >
21
- <!-- < listeners>
24
+ <listeners >
22
25
<listener class =" League\PHPUnitCoverageListener\Listener" >
23
26
<arguments >
24
27
<array >
43
46
</array >
44
47
</arguments >
45
48
</listener >
46
- </listeners> -->
49
+ </listeners >
47
50
</phpunit >
You can’t perform that action at this time.
0 commit comments