actionMgr = new AttendanceActionManager(); $this->actionMgr->setBaseService(BaseService::getInstance()); } public function testTran() { $punch = $this->actionMgr->getPunch(['date' => date('Y-m-d H:i:s')]); self::assertEquals('SUCCESS', $punch->getStatus()); } }