diff options
Diffstat (limited to 'tests/FunctionalTests/features/protected/controls')
-rw-r--r-- | tests/FunctionalTests/features/protected/controls/LabeledTextbox.php | 50 | ||||
-rw-r--r-- | tests/FunctionalTests/features/protected/controls/Layout.php | 14 |
2 files changed, 32 insertions, 32 deletions
diff --git a/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php index 9a50d095..ef36863b 100644 --- a/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php +++ b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php @@ -1,25 +1,25 @@ -<?php
-/*
- * Created on 28/04/2006
- */
-
-class LabeledTextBox extends TTemplateControl
-{
- public function __construct()
- {
- parent::__construct();
- $this->ensureChildControls();
- }
-
- public function getTextBox()
- {
- return $this->getRegisteredObject('textbox');
- }
-
- public function getLabel()
- {
- return $this->getRegisteredObject('label');
- }
-}
-
-?>
+<?php +/* + * Created on 28/04/2006 + */ + +class LabeledTextBox extends TTemplateControl +{ + public function __construct() + { + parent::__construct(); + $this->ensureChildControls(); + } + + public function getTextBox() + { + return $this->getRegisteredObject('textbox'); + } + + public function getLabel() + { + return $this->getRegisteredObject('label'); + } +} + +?> diff --git a/tests/FunctionalTests/features/protected/controls/Layout.php b/tests/FunctionalTests/features/protected/controls/Layout.php index 2c6e02d6..f60a9a18 100644 --- a/tests/FunctionalTests/features/protected/controls/Layout.php +++ b/tests/FunctionalTests/features/protected/controls/Layout.php @@ -1,8 +1,8 @@ -<?php
-
-class Layout extends TTemplateControl
-{
-
-}
-
+<?php + +class Layout extends TTemplateControl +{ + +} + ?>
\ No newline at end of file |