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