From db09e0b2243b744f62ed64cb501a9c01c89e047e Mon Sep 17 00:00:00 2001 From: gmorel Date: Sun, 5 Jan 2014 19:02:19 +0100 Subject: [PATCH] Coupon : Condition module fix unit tests --- .../Tests/Condition/Implementation/MatchForTotalAmountTest.php | 2 -- .../Tests/Condition/Implementation/MatchForXArticlesTest.php | 1 - 2 files changed, 3 deletions(-) diff --git a/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountTest.php b/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountTest.php index 4967ba91b..9cb09fdd2 100644 --- a/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountTest.php +++ b/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountTest.php @@ -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' => '€', diff --git a/core/lib/Thelia/Tests/Condition/Implementation/MatchForXArticlesTest.php b/core/lib/Thelia/Tests/Condition/Implementation/MatchForXArticlesTest.php index 9911bfa33..92aa69564 100644 --- a/core/lib/Thelia/Tests/Condition/Implementation/MatchForXArticlesTest.php +++ b/core/lib/Thelia/Tests/Condition/Implementation/MatchForXArticlesTest.php @@ -735,7 +735,6 @@ class MatchForXArticlesTest extends \PHPUnit_Framework_TestCase $validators = array( 'inputs' => array( MatchForXArticles::INPUT1 => array( - 'title' => 'Price', 'availableOperators' => array( '<' => 'Price', '<=' => 'Price',