Skip to content
Snippets Groups Projects
Commit 9cbe609b authored by Ievgen Shakhsuvarov's avatar Ievgen Shakhsuvarov
Browse files

MAGETWO-32775: Prepare pull request for Checkout related modules MSC

parent 85d80150
Branches
No related merge requests found
...@@ -38,11 +38,11 @@ class PaymentTest extends \PHPUnit_Framework_TestCase ...@@ -38,11 +38,11 @@ class PaymentTest extends \PHPUnit_Framework_TestCase
*/ */
public function yearValueDataProvider() public function yearValueDataProvider()
{ {
return array( return [
array(null, null), [null, null],
array(0, null), [0, null],
array('0', null), ['0', null],
array(1939, 1939), [1939, 1939],
); ];
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment