Esempio n. 1
0
 public function testSetGetUserPropertyService()
 {
     $rcmUserService = new RcmUserService();
     $rcmUserService->setUserPropertyService($this->userPropertyService);
     $service = $rcmUserService->getUserPropertyService();
     $this->assertInstanceOf('\\RcmUser\\User\\Service\\UserPropertyService', $service, 'Getter or setter failed.');
 }