Skip to content

Commit a2a5ac9

Browse files
author
Dmytro Poperechnyy
committed
MAGETWO-35527: Rename getDefaultRedirect method to getDefaultResult
- Unit testGetCCExpDate updated;
1 parent 5b485ec commit a2a5ac9

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Payment/Test/Unit/Block/Info

1 file changed

+1
-1
lines changed

app/code/Magento/Payment/Test/Unit/Block/Info/CcTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function testGetCcExpDate($ccExpMonth, $ccExpYear)
153153
public function getCcExpDateDataProvider()
154154
{
155155
return [
156-
[2, 2015],
156+
[3, 2015],
157157
[12, 2011],
158158
[01, 2036]
159159
];

0 commit comments

Comments
 (0)