Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffycondor committed Dec 25, 2022
1 parent a077bd4 commit 032f011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/SuperGlobalsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ public function providerValidCodeParse(): iterable
'code' => '<?php
/** @return non-empty-list<non-falsy-string> */
function returnsList(): array {
if (!isset($http_response_header)) {
throw new \RuntimeException();
}
return $http_response_header;
}
',
Expand Down

0 comments on commit 032f011

Please sign in to comment.