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);",