Skip to content

Commit 2c4dce5

Browse files
committed
Fixed Static Test Failures
1 parent 93b73ed commit 2c4dce5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/code/Magento/Checkout/Test/Unit/Model/SidebarTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2015 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

@@ -148,7 +148,7 @@ public function testRemoveQuoteItem()
148148
*
149149
* @dataProvider dataProviderUpdateQuoteItem
150150
*/
151-
public function testUpdateQuoteItem($locale, $itemId, $expectedItemQty ,$itemQty)
151+
public function testUpdateQuoteItem($locale, $itemId, $expectedItemQty, $itemQty)
152152
{
153153
$this->resolverMock->expects($this->once())
154154
->method('getLocale')

lib/internal/Magento/Framework/Filter/Test/Unit/LocalizedToNormalizedTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class LocalizedToNormalizedTest extends TestCase
1818
* @param string $value
1919
* @param array $options
2020
* @param string|array $expectedValues
21-
*
21+
*
2222
* @dataProvider localizedToNormalizedDataProvider
2323
*/
2424
public function testLocalizedToNormalized($value, $options, $expectedValue)
@@ -72,4 +72,4 @@ public static function localizedToNormalizedDataProvider()
7272
]
7373
];
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)