Fix tests and bugs

modifié:         core/lib/Thelia/Core/FileFormat/Formatting/AbstractFormatter.php
	modifié:         core/lib/Thelia/Core/FileFormat/Formatting/FormatterData.php
	modifié:         core/lib/Thelia/ImportExport/Export/Type/CustomerExport.php
	modifié:         core/lib/Thelia/Tests/Controller/ImportControllerTest.php
	modifié:         core/lib/Thelia/Tests/ImportExport/Export/CustomerExportTest.php
This commit is contained in:
Benjamin Perche
2014-07-25 08:50:16 +02:00
parent f73703c578
commit 7adc31514e
5 changed files with 32 additions and 27 deletions

View File

@@ -116,7 +116,11 @@ class ImportControllerTrait extends ControllerTestBase
$handler = $this
->getMock(
"\\Thelia\\ImportExport\\Import\\ImportHandler",
[],
[
"getMandatoryColumns",
"retrieveFromFormatterData",
"getHandledTypes"
],
[
$this->container
]
@@ -157,7 +161,11 @@ class ImportControllerTrait extends ControllerTestBase
$handler = $this
->getMock(
"\\Thelia\\ImportExport\\Import\\ImportHandler",
[],
[
"getMandatoryColumns",
"retrieveFromFormatterData",
"getHandledTypes"
],
[
$this->container
]
@@ -204,7 +212,11 @@ class ImportControllerTrait extends ControllerTestBase
$handler = $this
->getMock(
"\\Thelia\\ImportExport\\Import\\ImportHandler",
[],
[
"getMandatoryColumns",
"retrieveFromFormatterData",
"getHandledTypes"
],
[
$this->container
]