We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0687d1 commit b52dc0cCopy full SHA for b52dc0c
app/code/Magento/Translation/Test/Unit/Model/Js/DataProviderTest.php
@@ -149,8 +149,11 @@ public function testGetData()
149
150
$actualResult = $this->model->getData($themePath);
151
$this->assertEquals($expectedResult, $actualResult);
152
- $this->assertEquals(json_encode($expectedResult), json_encode($actualResult),
153
- "Translations should be sorted by key");
+ $this->assertEquals(
+ json_encode($expectedResult),
154
+ json_encode($actualResult),
155
+ "Translations should be sorted by key"
156
+ );
157
}
158
159
/**
0 commit comments