diff --git a/Tests/Functional/Regression/GlossaryRegressionTest.php b/Tests/Functional/Regression/GlossaryRegressionTest.php index 1b64d45f..14ba6209 100644 --- a/Tests/Functional/Regression/GlossaryRegressionTest.php +++ b/Tests/Functional/Regression/GlossaryRegressionTest.php @@ -93,7 +93,7 @@ public function glossaryIsRespectedOnLocalization(): void $dataHandler->start([], $commandMap); $dataHandler->process_cmdmap(); - self::assertEmpty($dataHandler->errorLog); + static::assertEmpty($dataHandler->errorLog); self::assertCSVDataSet(__DIR__ . '/Fixtures/Results/translateWithGlossary.csv'); } }