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',
'availableOperators' => array('==' => 'Price'),
'availableValues' => array(
'EUR' => '€',
'EUR' => '',
'USD' => '$',
'GBP' => '£',
'GBP' => '£',
),
'type' => 'select',
'class' => 'form-control',