Skip to content

Commit 5ef9d77

Browse files
committed
AC-2660::Fixed the Test not registered: Magento\Ui\Test\Unit\Model\ManagerTest::testPrepareGetData
1 parent 3f461b9 commit 5ef9d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Test/Unit/Model/ManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public function getComponentData(): array
253253
return [
254254
[
255255
'test_component1',
256-
new \ArrayObject(),
256+
$cachedData,
257257
json_encode($cachedData->getArrayCopy()),
258258
[],
259259
[

0 commit comments

Comments
 (0)