Skip to content

Commit 59287c3

Browse files
committed
ACP2E-866: Incorrect Dashboard YTD values
1 parent d4343e6 commit 59287c3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Order/CollectionTest.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,8 @@ public function testGetDateRangeFirstPart($range, $customStart, $customEnd, $exp
299299
* @dataProvider secondPartDateRangeDataProvider
300300
* @return void
301301
*/
302-
public function testGetDateRangeSecondPart(
303-
$range,
304-
$customStart,
305-
$customEnd,
306-
$config,
307-
$expectedYear
308-
): void {
302+
public function testGetDateRangeSecondPart($range, $customStart, $customEnd, $config, $expectedYear): void
303+
{
309304
$this->scopeConfigMock
310305
->expects($this->once())
311306
->method('getValue')

0 commit comments

Comments
 (0)