File tree Expand file tree Collapse file tree 2 files changed +22
-9
lines changed Expand file tree Collapse file tree 2 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 1
1
build :
2
- environment :
3
- php :
4
- version : 7.1
2
+ nodes :
3
+ analysis :
4
+ environment :
5
+ php :
6
+ version : 7.1
7
+ cache :
8
+ disabled : false
9
+ directories :
10
+ - ~/.composer/cache
11
+
12
+ project_setup :
13
+ override : true
14
+ tests :
15
+ override :
16
+ - php-scrutinizer-run
5
17
6
18
before_commands :
7
- - " composer install --no-dev --prefer-source"
19
+ - " composer install --no-dev --prefer-source -a "
8
20
9
21
tools :
10
22
external_code_coverage :
@@ -16,8 +28,6 @@ filter:
16
28
17
29
build_failure_conditions :
18
30
- ' elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
19
- - ' issues.label("coding-style").new.exists' # No new coding style issues allowed
20
31
- ' issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
21
32
- ' project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection
22
- - ' patches.label("Doc Comments").new.exists' # No new doc comments patches allowed
23
33
- ' patches.label("Unused Use Statements").new.exists' # No new unused imports patches allowed
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.8/phpunit.xsd"
3
- backupGlobals =" false"
3
+ xsi : noNamespaceSchemaLocation =" ../../vendor/phpunit/phpunit/phpunit.xsd"
4
4
colors =" true"
5
- bootstrap =" ../../vendor/autoload.php"
5
+ verbose =" true"
6
+ beStrictAboutOutputDuringTests =" true"
7
+ beStrictAboutTodoAnnotatedTests =" true"
8
+ failOnRisky =" true"
6
9
>
7
10
<php >
8
11
<ini name =" error_reporting" value =" -1" />
You can’t perform that action at this time.
0 commit comments