|
@@ -46,6 +46,7 @@ final class GitlabReporterTest extends AbstractReporterTestCase
|
|
|
[{
|
|
|
"description": "some_fixer_name_here",
|
|
|
"fingerprint": "ad098ea6ea7a28dd85dfcdfc9e2bded0",
|
|
|
+ "severity": "minor",
|
|
|
"location": {
|
|
|
"path": "someFile.php",
|
|
|
"lines": {
|
|
@@ -67,6 +68,7 @@ JSON;
|
|
|
[{
|
|
|
"description": "some_fixer_name_here_1",
|
|
|
"fingerprint": "b74e9385c8ae5b1f575c9c8226c7deff",
|
|
|
+ "severity": "minor",
|
|
|
"location": {
|
|
|
"path": "someFile.php",
|
|
|
"lines": {
|
|
@@ -76,6 +78,7 @@ JSON;
|
|
|
},{
|
|
|
"description": "some_fixer_name_here_2",
|
|
|
"fingerprint": "acad4672140c737a83c18d1474d84074",
|
|
|
+ "severity": "minor",
|
|
|
"location": {
|
|
|
"path": "someFile.php",
|
|
|
"lines": {
|
|
@@ -97,6 +100,7 @@ JSON;
|
|
|
[{
|
|
|
"description": "some_fixer_name_here_1",
|
|
|
"fingerprint": "b74e9385c8ae5b1f575c9c8226c7deff",
|
|
|
+ "severity": "minor",
|
|
|
"location": {
|
|
|
"path": "someFile.php",
|
|
|
"lines": {
|
|
@@ -106,6 +110,7 @@ JSON;
|
|
|
},{
|
|
|
"description": "some_fixer_name_here_2",
|
|
|
"fingerprint": "acad4672140c737a83c18d1474d84074",
|
|
|
+ "severity": "minor",
|
|
|
"location": {
|
|
|
"path": "someFile.php",
|
|
|
"lines": {
|
|
@@ -115,6 +120,7 @@ JSON;
|
|
|
},{
|
|
|
"description": "another_fixer_name_here",
|
|
|
"fingerprint": "30e86e533dac0f1b93bbc3a55c6908f8",
|
|
|
+ "severity": "minor",
|
|
|
"location": {
|
|
|
"path": "anotherFile.php",
|
|
|
"lines": {
|