public function testChangeEmailFormRuns()
 {
     $controller = new AccountController();
     $response = $controller->showChangeEmailForm();
     $this->assertNotEmpty($response);
 }