From 903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 11:21:01 +0000 Subject: standardize the use of unix eol; use svn properties to enforce native eol --- .../tickets/protected700/common/BasePage.php | 134 ++++++++++----------- 1 file changed, 67 insertions(+), 67 deletions(-) (limited to 'tests/FunctionalTests/tickets/protected700/common/BasePage.php') diff --git a/tests/FunctionalTests/tickets/protected700/common/BasePage.php b/tests/FunctionalTests/tickets/protected700/common/BasePage.php index 1e40f754..bbb93650 100644 --- a/tests/FunctionalTests/tickets/protected700/common/BasePage.php +++ b/tests/FunctionalTests/tickets/protected700/common/BasePage.php @@ -1,68 +1,68 @@ -Title=$this->PagePath; - } - - public function getParam1() - { - return $this->_param1; - } - - public function setParam1($value) - { - $this->_param1=$value; - } - - public function getParam2() - { - return $this->_param2; - } - - public function setParam2($value) - { - $this->_param2=$value; - } - - public function getParam3() - { - return $this->_param3; - } - - public function setParam3($value) - { - $this->_param3=$value; - } - - public function getParam4() - { - return $this->_param4; - } - - public function setParam4($value) - { - $this->_param4=$value; - } - - public function getParam5() - { - return $this->_param5; - } - - public function setParam5($value) - { - $this->_param5=$value; - } -} - +Title=$this->PagePath; + } + + public function getParam1() + { + return $this->_param1; + } + + public function setParam1($value) + { + $this->_param1=$value; + } + + public function getParam2() + { + return $this->_param2; + } + + public function setParam2($value) + { + $this->_param2=$value; + } + + public function getParam3() + { + return $this->_param3; + } + + public function setParam3($value) + { + $this->_param3=$value; + } + + public function getParam4() + { + return $this->_param4; + } + + public function setParam4($value) + { + $this->_param4=$value; + } + + public function getParam5() + { + return $this->_param5; + } + + public function setParam5($value) + { + $this->_param5=$value; + } +} + ?> \ No newline at end of file -- cgit v1.2.3