Skip to content

Commit 7838927

Browse files
committed
Fixup test
1 parent 70ffd9b commit 7838927

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ReportOutputTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public function testSarifReport(): void
177177
'text' => 'Detected tainted shell code',
178178
],
179179
'level' => 'error',
180+
'rank' => 98,
180181
'locations' => [
181182
[
182183
'physicalLocation' => [
@@ -332,6 +333,7 @@ public function testSarifReport(): void
332333
'text' => 'Detected tainted HTML',
333334
],
334335
'level' => 'error',
336+
'rank' => 98,
335337
'locations' => [
336338
[
337339
'physicalLocation' => [
@@ -502,6 +504,7 @@ public function testSarifReport(): void
502504
'text' => 'Detected tainted text with possible quotes',
503505
],
504506
'level' => 'error',
507+
'rank' => 98,
505508
'locations' => [
506509
[
507510
'physicalLocation' => [

0 commit comments

Comments
 (0)