protected function setUp()
 {
     parent::setUp();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->om->expects($this->any())->method('getRepository')->with($this->equalTo(static::DUMMY_PRODUCT_CLASS))->will($this->returnValue($this->repository));
     $this->manager = $this->getBaseManager();
 }