Esempio n. 1
0
 function apiAgencyDelete()
 {
     $this->restModule->haveHttpHeader('Content-Type', 'application/json');
     $this->restModule->haveHttpHeader('token', User::getAdminToken());
     $this->restModule->sendDELETE('/users/' . User::getUserId(3) . '/delete');
     /*$agency_data = $this->restModule->grabResponse();
       file_put_contents(codecept_data_dir('agency_data.json'), $agency_data);*/
 }