public function testSetIsFirstTime() { $this->account->setIsFirstTime(false); $this->assertFalse($this->account->getIsFirstTime()); }