File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"autoload-dev" : {
31
31
"psr-4" : {
32
- "ZendTest\\ ArrayUtils\\ " : " test/"
32
+ "ZendTest\\ ArrayUtils\\ " : " test/" ,
33
+ "ZendBench\\ ArrayUtils\\ " : " benchmark/"
33
34
}
34
35
},
35
36
"scripts" : {
36
37
"check" : [
37
38
" @license-check" ,
38
39
" @cs-check" ,
39
40
" @cpd" ,
40
- " @test"
41
+ " @test" ,
42
+ " @benchmark"
41
43
],
42
44
"cpd" : " phpcpd --exclude=/vendor,/build --fuzzy src test" ,
43
45
"cs-check" : " phpcs --colors" ,
44
46
"cs-fix" : " phpcbf --colors" ,
45
- "license-check" : " docheader check src/ test/" ,
47
+ "license-check" : " docheader check src/ test/ benchmark/ " ,
46
48
"test" : " phpunit --colors=always" ,
49
+ "benchmark" : " phpbench run --report=aggregate" ,
47
50
"test-coverage" : " phpunit --colors=always --coverage-clover clover.xml" ,
48
51
"upload-coverage" : " coveralls -v"
49
52
}
Original file line number Diff line number Diff line change 5
5
<!-- Paths to check -->
6
6
<file >src</file >
7
7
<file >test</file >
8
+ <file >benchmark</file >
8
9
</ruleset >
You can’t perform that action at this time.
0 commit comments