/**
  * Setup Location Handler mock
  */
 public function setUp()
 {
     parent::setUp();
     $this->locationHandlerMock = $this->getMock("eZ\\Publish\\SPI\\Persistence\\Content\\Location\\Handler", array(), array(), '', false);
     $this->contentTypeHandlerMock = $this->getMock("eZ\\Publish\\SPI\\Persistence\\Content\\Type\\Handler", array(), array(), '', false);
     $this->contentHandlerMock = $this->getMock("eZ\\Publish\\SPI\\Persistence\\Content\\Handler", array(), array(), '', false);
 }
 /**
  * Setup Location Handler mock.
  */
 public function setUp()
 {
     parent::setUp();
     $this->sectionHandlerMock = $this->getMock('eZ\\Publish\\SPI\\Persistence\\Content\\Section\\Handler', array(), array(), '', false);
 }
 /**
  * Setup Handler mock
  */
 public function setUp()
 {
     parent::setUp();
     $this->objectStateHandlerMock = $this->getMock("eZ\\Publish\\SPI\\Persistence\\Content\\ObjectState\\Handler", array(), array(), '', false);
 }
 /**
  * Setup Location Handler mock.
  */
 public function setUp()
 {
     parent::setUp();
     $this->locationHandlerMock = $this->getMock('eZ\\Publish\\SPI\\Persistence\\Content\\Location\\Handler', [], [], '', false);
 }