Ejemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $this->object = $this->sm->get('Whathood\\Mapper\\WhathoodUserMapper');
 }
Ejemplo n.º 2
0
 public function tearDown()
 {
     parent::tearDown();
 }
Ejemplo n.º 3
0
 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();
 }