Skip to content

Commit

Permalink
[17] Merge api-proto with develop #71
Browse files Browse the repository at this point in the history
 - Fixed phpunit compatibility in catalog-storefront ExportTest.php
  • Loading branch information
le0n4ik committed Jun 18, 2020
1 parent 0c9e66f commit 6c4a58b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ExportTest extends WebapiAbstract
'url',
];

protected function setUp()
protected function setUp(): void
{
$this->objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
$this->productsFeed = $this->objectManager->get(\Magento\CatalogDataExporter\Model\Feed\Products::class);
Expand Down

0 comments on commit 6c4a58b

Please sign in to comment.