public function testSetIsActiveEmployer() { $this->account->setIsActiveEmployer(false); $this->assertFalse($this->account->getIsActiveEmployer()); }