diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected700/pages')
-rw-r--r-- | tests/FunctionalTests/tickets/protected700/pages/UserLogin.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php index 37258879..8071fb29 100644 --- a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php +++ b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php @@ -1,13 +1,13 @@ -<?php
-
-class UserLogin extends BasePage
-{
- public function loginButtonClicked($sender,$param)
- {
- $authManager=$this->Application->getModule('auth');
- $authManager->login($this->Username->Text,$this->Password->Text);
- $this->Response->redirect($this->Service->constructUrl('Home'));
- }
-}
-
+<?php + +class UserLogin extends BasePage +{ + public function loginButtonClicked($sender,$param) + { + $authManager=$this->Application->getModule('auth'); + $authManager->login($this->Username->Text,$this->Password->Text); + $this->Response->redirect($this->Service->constructUrl('Home')); + } +} + ?>
\ No newline at end of file |