Skip to content

Commit 60e5dc3

Browse files
committed
AC-10665: Integration Failures with PHP8.3
1 parent c40e762 commit 60e5dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Setup/Console/Command/I18nCollectPhrasesCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function tearDown(): void
2929
{
3030
$property = new \ReflectionProperty(\Magento\Setup\Module\I18n\ServiceLocator::class, '_dictionaryGenerator');
3131
$property->setAccessible(true);
32-
$property->setValue(null);
32+
$property->setValue(null, null);
3333
$property->setAccessible(false);
3434
}
3535

0 commit comments

Comments
 (0)