File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2929 },
3030 "autoload-dev" : {
3131 "psr-4" : {
32- "ZendTest\\ ArrayUtils\\ " : " test/"
32+ "ZendTest\\ ArrayUtils\\ " : " test/" ,
33+ "ZendBench\\ ArrayUtils\\ " : " benchmark/"
3334 }
3435 },
3536 "scripts" : {
3637 "check" : [
3738 " @license-check" ,
3839 " @cs-check" ,
3940 " @cpd" ,
40- " @test"
41+ " @test" ,
42+ " @benchmark"
4143 ],
4244 "cpd" : " phpcpd --exclude=/vendor,/build --fuzzy src test" ,
4345 "cs-check" : " phpcs --colors" ,
4446 "cs-fix" : " phpcbf --colors" ,
45- "license-check" : " docheader check src/ test/" ,
47+ "license-check" : " docheader check src/ test/ benchmark/ " ,
4648 "test" : " phpunit --colors=always" ,
49+ "benchmark" : " phpbench run --report=aggregate" ,
4750 "test-coverage" : " phpunit --colors=always --coverage-clover clover.xml" ,
4851 "upload-coverage" : " coveralls -v"
4952 }
Original file line number Diff line number Diff line change 55 <!-- Paths to check -->
66 <file >src</file >
77 <file >test</file >
8+ <file >benchmark</file >
89</ruleset >
You can’t perform that action at this time.
0 commit comments