Skip to content

Commit 9cbe609

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-32775: Prepare pull request for Checkout related modules MSC
1 parent 85d8015 commit 9cbe609

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dev/tests/unit/testsuite/Magento/Quote/Model/Quote/PaymentTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ public function testGetCcExpYearReturnsValidValue($databaseValue, $expectedValue
3838
*/
3939
public function yearValueDataProvider()
4040
{
41-
return array(
42-
array(null, null),
43-
array(0, null),
44-
array('0', null),
45-
array(1939, 1939),
46-
);
41+
return [
42+
[null, null],
43+
[0, null],
44+
['0', null],
45+
[1939, 1939],
46+
];
4747
}
4848
}

0 commit comments

Comments
 (0)