Coupon : Condition module fix unit tests

This commit is contained in:
gmorel
2014-01-05 19:02:19 +01:00
parent 716e26986f
commit db09e0b224
2 changed files with 0 additions and 3 deletions

View File

@@ -918,7 +918,6 @@ class MatchForTotalAmountTest extends \PHPUnit_Framework_TestCase
$validators = array(
'inputs' => array(
MatchForTotalAmount::INPUT1 => array(
'title' => 'Price',
'availableOperators' => array(
'<' => 'Price',
'<=' => 'Price',
@@ -931,7 +930,6 @@ class MatchForTotalAmountTest extends \PHPUnit_Framework_TestCase
'selectedOperator' => ''
),
MatchForTotalAmount::INPUT2 => array(
'title' => 'Price',
'availableOperators' => array('==' => 'Price'),
'availableValues' => array(
'EUR' => '€',

View File

@@ -735,7 +735,6 @@ class MatchForXArticlesTest extends \PHPUnit_Framework_TestCase
$validators = array(
'inputs' => array(
MatchForXArticles::INPUT1 => array(
'title' => 'Price',
'availableOperators' => array(
'<' => 'Price',
'<=' => 'Price',