Skip to content

Commit 4ba7f02

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-53410: [GitHUB] Constant critical errors in system.log
- Fixes for failed unit tests on Bamboo
1 parent 67e29b2 commit 4ba7f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Layout/Data/StructureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function testReorderChildElementLog($loggerExpects, $stateMode)
6464
->method('getMode')
6565
->willReturn($stateMode);
6666
$this->loggerMock->expects($loggerExpects)
67-
->method('critical')
67+
->method('info')
6868
->with(
6969
"Broken reference: the '{$childName}' tries to reorder itself towards '', but " .
7070
"their parents are different: '{$parentName}' and '' respectively."

0 commit comments

Comments
 (0)