Coupon : Condition module fix unit tests
This commit is contained in:
@@ -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' => '€',
|
||||
|
||||
@@ -735,7 +735,6 @@ class MatchForXArticlesTest extends \PHPUnit_Framework_TestCase
|
||||
$validators = array(
|
||||
'inputs' => array(
|
||||
MatchForXArticles::INPUT1 => array(
|
||||
'title' => 'Price',
|
||||
'availableOperators' => array(
|
||||
'<' => 'Price',
|
||||
'<=' => 'Price',
|
||||
|
||||
Reference in New Issue
Block a user