File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed
app/code/Magento/AsynchronousOperations Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
use Magento \AsynchronousOperations \Api \Data \OperationDetailsInterface ;
10
10
use Magento \AsynchronousOperations \Api \Data \BulkSummaryInterface ;
11
- use Magento \AsynchronousOperations \Api \Data \OperationStatus \DetailedListInterface ;
12
11
13
12
/**
14
13
* Interface BulkStatusInterface
Original file line number Diff line number Diff line change 8
8
9
9
use Magento \AsynchronousOperations \Api \Data \OperationDetailsInterface ;
10
10
use Magento \AsynchronousOperations \Api \Data \BulkSummaryInterface ;
11
- use Magento \AsynchronousOperations \Api \Data \OperationStatus \ShortListInterface ;
12
11
13
12
/**
14
13
* Interface BulkStatusInterface
Original file line number Diff line number Diff line change 14
14
use Magento \AsynchronousOperations \Model \BulkStatus \CalculatedStatusSql ;
15
15
use Magento \Framework \EntityManager \MetadataPool ;
16
16
use Magento \Framework \Exception \NoSuchEntityException ;
17
- use Magento \Setup \Exception ;
18
17
use Magento \Framework \EntityManager \EntityManager ;
19
18
use Magento \AsynchronousOperations \Api \Data \BulkStatus \ShortInterfaceFactory as BulkStatusShortFactory ;
20
19
use Magento \AsynchronousOperations \Api \Data \BulkStatus \DetailedInterfaceFactory as BulkStatusDetailedFactory ;
Original file line number Diff line number Diff line change 8
8
use Magento \Framework \EntityManager \MapperInterface ;
9
9
use Magento \Framework \App \ResourceConnection ;
10
10
use Magento \Framework \EntityManager \MetadataPool ;
11
- use Magento \AsynchronousOperations \Api \Data \BulkSummaryInterface ;
12
11
13
12
/**
14
13
* @deprecated 100.2.0
Original file line number Diff line number Diff line change 14
14
/**
15
15
* Class OperationShortDetails
16
16
*/
17
- class Short extends DataObject implements OperationStatusInterface , ExtensibleDataInterface
17
+ class Short extends DataObject implements ShortInterface , ExtensibleDataInterface
18
18
{
19
19
/**
20
20
* @inheritDoc
Original file line number Diff line number Diff line change @@ -74,6 +74,11 @@ class BulkStatusTest extends \PHPUnit\Framework\TestCase
74
74
*/
75
75
private $ entityMetadataMock ;
76
76
77
+ /**
78
+ * @var \PHPUnit_Framework_MockObject_MockObject
79
+ */
80
+ private $ entityManager ;
81
+
77
82
/**
78
83
* @var \PHPUnit_Framework_MockObject_MockObject
79
84
*/
You can’t perform that action at this time.
0 commit comments