22 $this->customersFactoryMock = $this->createPartialMock(
26 $this->model = new \Magento\Customer\Model\CustomerManagement(
27 $this->customersFactoryMock
35 $this->customersFactoryMock
36 ->expects($this->once())
38 ->willReturn($customersMock);
40 ->expects($this->once())
42 ->willReturn(
'expected');
46 $this->model->getCount()