Skip to content

Commit 8dd6fcf

Browse files
author
Stanislav Idolov
authored
ENGCOM-3323: Removed parameter from constructor inside CustomTest class #149
2 parents 10d14d0 + 66fafe1 commit 8dd6fcf

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ImportExport/Test/Unit/Model/Source/Import/Behavior

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Test/Unit/Model/Source/Import/Behavior/CustomTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CustomTest extends \Magento\ImportExport\Test\Unit\Model\Source\Import\Abs
3232
protected function setUp()
3333
{
3434
parent::setUp();
35-
$this->_model = new \Magento\ImportExport\Model\Source\Import\Behavior\Custom([]);
35+
$this->_model = new \Magento\ImportExport\Model\Source\Import\Behavior\Custom();
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)