From 9a3ec9886219e76eba3900f60601535f2ebf640e Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Wed, 13 Mar 2024 08:25:58 +0100 Subject: [PATCH] Fix --- .../SourceStubber/PhpStormStubsSourceStubberTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/SourceLocator/SourceStubber/PhpStormStubsSourceStubberTest.php b/test/unit/SourceLocator/SourceStubber/PhpStormStubsSourceStubberTest.php index aa901bd97..e8c92f74b 100644 --- a/test/unit/SourceLocator/SourceStubber/PhpStormStubsSourceStubberTest.php +++ b/test/unit/SourceLocator/SourceStubber/PhpStormStubsSourceStubberTest.php @@ -492,7 +492,7 @@ public function testStubForConstantThatIsDeprecated(): void */ \define('FILTER_SANITIZE_STRING', 513); EOT; - $stubData = new StubData($exampleStub, 'filter'); + $stubData = new StubData($exampleStub, 'filter', null); self::assertStringMatchesFormat( "%Adefine('FILTER_SANITIZE_STRING',%w%d);",