コード例 #1
0
 public function setUp()
 {
     parent::setUp();
     $this->object = $this->sm->get('Whathood\\Mapper\\WhathoodUserMapper');
 }
コード例 #2
0
ファイル: RegionMapperTest.php プロジェクト: KGalley/whathood
 public function setUp()
 {
     parent::setUp();
     $this->object = $this->regionMapper();
 }
コード例 #3
0
 public function setUp()
 {
     parent::setUp();
     $this->initDb();
     $this->object = $this->getServiceManager()->get('Whathood\\Mapper\\WhathoodUserMapper');
 }
コード例 #4
0
 public function setUp()
 {
     parent::setUp();
     $this->initDb();
     $this->object = $this->neighborhoodPolygonMapper();
 }