From 5812c92752f452a648f4d37af6356619f7a67233 Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Fri, 1 Aug 2014 13:29:24 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20test=20=09modifi=C3=A9:=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20core/lib/Thelia/Tests/ImportExport/Export/ProductPrice?= =?UTF-8?q?sExportTest.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tests/ImportExport/Export/ProductPricesExportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Tests/ImportExport/Export/ProductPricesExportTest.php b/core/lib/Thelia/Tests/ImportExport/Export/ProductPricesExportTest.php index 71a9c9cc0..689dbcee8 100644 --- a/core/lib/Thelia/Tests/ImportExport/Export/ProductPricesExportTest.php +++ b/core/lib/Thelia/Tests/ImportExport/Export/ProductPricesExportTest.php @@ -32,7 +32,7 @@ class ProductPricesExportTest extends \PHPUnit_Framework_TestCase $data = $export->buildData(Lang::getDefaultLanguage()); - $keys = ["attributes","currency","ean","price","promo","promo_price","ref","title"]; + $keys = ["attributes","currency","ean","price","product_id","promo","promo_price","ref","title"]; $rawData = $data->getData();