Fix Coupon/Condition utf8 issue

This commit is contained in:
gmorel
2013-11-23 17:37:48 +01:00
parent 95c4113ca8
commit d276d5aa52

View File

@@ -940,9 +940,9 @@ class MatchForTotalAmountManagerTest extends \PHPUnit_Framework_TestCase
'title' => 'Price', 'title' => 'Price',
'availableOperators' => array('==' => 'Price'), 'availableOperators' => array('==' => 'Price'),
'availableValues' => array( 'availableValues' => array(
'EUR' => '€', 'EUR' => '',
'USD' => '$', 'USD' => '$',
'GBP' => '£', 'GBP' => '£',
), ),
'type' => 'select', 'type' => 'select',
'class' => 'form-control', 'class' => 'form-control',