public function setUp() { parent::setUp(); $this->object = $this->sm->get('Whathood\\Mapper\\WhathoodUserMapper'); }
public function setUp() { parent::setUp(); $this->object = $this->regionMapper(); }
public function setUp() { parent::setUp(); $this->initDb(); $this->object = $this->getServiceManager()->get('Whathood\\Mapper\\WhathoodUserMapper'); }
public function setUp() { parent::setUp(); $this->initDb(); $this->object = $this->neighborhoodPolygonMapper(); }