File tree Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change 1
1
filter :
2
- paths :
3
- - ' src/*'
4
- checks :
5
- php :
6
- uppercase_constants : true
7
- simplify_boolean_return : true
8
- return_doc_comments : true
9
- properties_in_camelcaps : true
10
- phpunit_assertions : true
11
- parameters_in_camelcaps : true
12
- parameter_doc_comments : true
13
-
14
- coding_style :
15
- php : { }
16
-
17
- tools :
18
- external_code_coverage : false
2
+ paths : ['src/*']
19
3
20
4
build :
21
5
environment :
22
6
php :
23
7
version : 8.0
24
-
25
8
tests :
26
9
override :
27
- -
28
- command : ' vendor/bin/phpunit --configuration ./ test/phpunit.xml --coverage-clover=test/clover.xml'
10
+ - php-scrutinizer-run --enable-security-analysis
11
+ - command : ' XDEBUG_MODE=coverage ./ vendor/bin/phpunit --config test/phpunit.xml --coverage-clover=test/clover.xml'
29
12
coverage :
30
13
file : ' test/clover.xml'
31
14
format : ' clover'
15
+
16
+ tools :
17
+ external_code_coverage : false
You can’t perform that action at this time.
0 commit comments