Esempio n. 1
0
 public function testSetIsActiveEmployer()
 {
     $this->account->setIsActiveEmployer(false);
     $this->assertFalse($this->account->getIsActiveEmployer());
 }