Skip to content

Commit

Permalink
Set stub error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Oct 7, 2021
1 parent 2c94d04 commit 4c26321
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ public function testCallToDefineCaseInsenstive(): void
}
$this->analyse([__DIR__ . '/data/call-to-define.php'], [
[
// @todo wrong error, but not sure where to set it? deprecated parameter.
// define(): Argument #3 ($case_insensitive) is ignored since declaration of case-insensitive constants is no longer supported
'Function define invoked with 3 parameters, 2 required.',
'Argument #3 ($case_insensitive) is ignored since declaration of case-insensitive constants is no longer supported',
3,
],
]);
Expand Down

0 comments on commit 4c26321

Please sign in to comment.