22 $this->websitesFactoryMock = $this->createPartialMock(
26 $this->model = new \Magento\Store\Model\WebsiteManagement(
27 $this->websitesFactoryMock
35 $this->websitesFactoryMock
36 ->expects($this->once())
38 ->willReturn($websitesMock);
40 ->expects($this->once())
42 ->willReturn(
'expected');
46 $this->model->getCount()