File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
app/code/Magento/AsynchronousOperations/Test/Unit/Model/ResourceModel/Operation Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 77
88namespace Magento \AsynchronousOperations \Test \Unit \Model \ResourceModel \Operation ;
99
10- use Magento \AsynchronousOperations \Api \Data \OperationInterface ;
1110use Magento \AsynchronousOperations \Api \Data \OperationListInterface ;
1211use Magento \AsynchronousOperations \Model \Operation ;
1312use Magento \AsynchronousOperations \Model \ResourceModel \Operation \Create ;
1615use Magento \Framework \EntityManager \EntityMetadataInterface ;
1716use Magento \Framework \EntityManager \MetadataPool ;
1817use Magento \Framework \EntityManager \TypeResolver ;
19- use Magento \Framework \TestFramework \Unit \Helper \MockCreationTrait ;
2018use Magento \Framework \TestFramework \Unit \Helper \ObjectManager ;
2119use PHPUnit \Framework \MockObject \MockObject ;
2220use PHPUnit \Framework \TestCase ;
2624 */
2725class CreateTest extends TestCase
2826{
29- use MockCreationTrait;
30-
3127 /**
3228 * @var MetadataPool|MockObject
3329 */
You can’t perform that action at this time.
0 commit comments