From 3005a65463b48d443702a656f28ebe8c2e2f5c94 Mon Sep 17 00:00:00 2001 From: Etienne Roudeix Date: Fri, 23 Aug 2013 12:38:52 +0200 Subject: [PATCH] loop test fix --- .../Tests/Core/Template/Loop/AttributeCombinationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Tests/Core/Template/Loop/AttributeCombinationTest.php b/core/lib/Thelia/Tests/Core/Template/Loop/AttributeCombinationTest.php index 208899bab..98d0575eb 100755 --- a/core/lib/Thelia/Tests/Core/Template/Loop/AttributeCombinationTest.php +++ b/core/lib/Thelia/Tests/Core/Template/Loop/AttributeCombinationTest.php @@ -46,6 +46,6 @@ class AttributeCombinationTest extends BaseLoopTestor public function getMandatoryArguments() { - return array('product_sale_element' => 1); + return array('product_sale_elements' => 1); } }