Skip to content

Commit ba3bfb0

Browse files
committed
ACQE-7127 | Added support for php 8.4
1 parent ef682d8 commit ba3bfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Test/Util/ObjectExtensionUtilTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public function testExtendedTestSkippedParent(): void
402402
* @return void
403403
* @throws Exception
404404
*/
405-
private function setMockTestOutput(array $testData = null, array $actionGroupData = null): void
405+
private function setMockTestOutput(?array $testData = null, ?array $actionGroupData = null): void
406406
{
407407
// clear test object handler value to inject parsed content
408408
$property = new ReflectionProperty(TestObjectHandler::class, 'testObjectHandler');

0 commit comments

Comments
 (0)