File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Analytics/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Analytics \Test \Unit \Model ;
7
7
8
8
use Magento \Analytics \Model \Connector ;
9
- use Magento \Analytics \Model \ExportDataHandlerInterface ;
9
+ use Magento \Analytics \Model \ExportDataHandler ;
10
10
use Magento \Analytics \Model \ExportDataHandlerNotification ;
11
11
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
12
12
@@ -61,7 +61,7 @@ public function testThatNotifyExecuted()
61
61
*/
62
62
private function createExportDataHandlerMock ()
63
63
{
64
- return $ this ->getMockBuilder (ExportDataHandlerInterface ::class)->getMockForAbstractClass ();
64
+ return $ this ->getMockBuilder (ExportDataHandler ::class)->disableOriginalConstructor ()-> getMock ();
65
65
}
66
66
67
67
/**
You can’t perform that action at this time.
0 commit comments