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:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user