File tree Expand file tree Collapse file tree 4 files changed +400
-6
lines changed Expand file tree Collapse file tree 4 files changed +400
-6
lines changed Original file line number Diff line number Diff line change 1
1
all :
2
2
composer run-script qa-all --timeout=0
3
3
4
- all-coverage :
5
- composer run-script qa-all-coverage --timeout=0
4
+ all-extended :
5
+ composer run-script qa-all-extended --timeout=0
6
6
7
7
ci :
8
8
composer run-script qa-ci --timeout=0
22
22
cs-fix :
23
23
composer cs-fix
24
24
25
+ infection :
26
+ composer infection
27
+
25
28
unit :
26
29
composer run-script unit --timeout=0
27
30
Original file line number Diff line number Diff line change 12
12
"php" : " ^7.0" ,
13
13
"clue/block-react" : " ^1.1" ,
14
14
"friendsofphp/php-cs-fixer" : " ^2.5" ,
15
+ "infection/infection" : " ^0.6.2" ,
15
16
"jakub-onderka/php-console-highlighter" : " ^0.3.2" ,
16
17
"jakub-onderka/php-parallel-lint" : " ^0.9.2" ,
17
18
"phake/phake" : " ^3.0.1" ,
57
58
" @ensure-installed" ,
58
59
" parallel-lint --exclude vendor ."
59
60
],
61
+ "infection" : [
62
+ " @ensure-installed" ,
63
+ " infection --ansi"
64
+ ],
60
65
"qa-all" : [
61
66
" @lint-php" ,
62
67
" @cs" ,
63
68
" @unit"
64
69
],
65
- "qa-all-coverage " : [
70
+ "qa-all-extended " : [
66
71
" @lint-php" ,
67
72
" @cs" ,
68
- " @unit-coverage"
73
+ " @unit-coverage" ,
74
+ " @infection"
69
75
],
70
76
"qa-windows" : [
71
77
" @lint-php" ,
76
82
" @unit"
77
83
],
78
84
"qa-ci-extended" : [
79
- " @qa-all-coverage "
85
+ " @qa-all-extended "
80
86
],
81
87
"qa-ci-windows" : [
82
88
" @qa-windows"
You can’t perform that action at this time.
0 commit comments