Skip to content

Commit 8ee22bd

Browse files
committed
ACP2E-1347: Bundle product save slow
1 parent 6ca721c commit 8ee22bd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/Bundle/Test/Unit/Model/Option/SaveActionTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ class SaveActionTest extends TestCase
4141
*/
4242
private $linkManagement;
4343

44+
/**
45+
* @var ProductInterface|MockObject
46+
*/
47+
private $product;
48+
4449
/**
4550
* @var SaveAction
4651
*/

app/code/Magento/Bundle/Test/Unit/Model/Product/SaveHandlerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
use Magento\Framework\EntityManager\EntityMetadataInterface;
2222
use PHPUnit\Framework\MockObject\MockObject;
2323
use PHPUnit\Framework\TestCase;
24+
2425
class SaveHandlerTest extends TestCase
2526
{
2627
/**

0 commit comments

Comments
 (0)