25 private $objectManagerHelper;
30 private $applicationMock;
34 $this->applicationMock = $this
35 ->getMockBuilder(\
Magento\TestFramework\Application::class)
36 ->disableOriginalConstructor()
39 $this->objectManagerHelper =
new ObjectManagerHelper($this);
40 $this->model = $this->objectManagerHelper->getObject(
41 \
Magento\TestFramework\Annotation\ReinstallInstance::class,
43 'application' => $this->applicationMock
50 $this->applicationMock->expects($this->once())
52 $this->model->endTest();