Skip to content

Commit 66fafe1

Browse files
ENGCOM-3323: Removed parameter from constructor inside CustomTest class #149
- Merge Pull Request magento-engcom/import-export-improvements#149 from denispapec/import-export-improvements:phpstan-behaviorcustom - Merged commits: 1. 0be96a8
2 parents 77af5d6 + 0be96a8 commit 66fafe1

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)