diff --git a/app/code/Magento/Payment/Test/Unit/Block/InfoTest.php b/app/code/Magento/Payment/Test/Unit/Block/InfoTest.php index 913f570410a0a50616ce6b3c748ffc7c8cb739ac..cd79c92c3545e5bffe9d5ffa0b4ba821c6ba3f08 100644 --- a/app/code/Magento/Payment/Test/Unit/Block/InfoTest.php +++ b/app/code/Magento/Payment/Test/Unit/Block/InfoTest.php @@ -155,7 +155,7 @@ class InfoTest extends \PHPUnit_Framework_TestCase [[], false, []], ['string', true, [0 => 'string']], ['string', false, ['string']], - [['key' => 'v"a!@#%$%^^&&*(*/\'\]l'], true, ['key' => 'v"a!@#%$%^^&&*(*/\'\]l']], + [['key' => 'v"a!@#%$%^^&&*(*/\'\]l'], true, ['key' => 'v"a!@#%$%^^&&*(*/'\]l']], [['key' => 'val'], false, ['key' => 'val']] ]; }