diff options
Diffstat (limited to 'tests/FunctionalTests/features/protected/controls')
-rw-r--r-- | tests/FunctionalTests/features/protected/controls/LabeledTextbox.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php index 33396734..e190abd4 100644 --- a/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php +++ b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php @@ -7,7 +7,7 @@ class LabeledTextBox extends TCompositeControl {
public function getTextBox()
{
- return $this->textbox;
+ return $this->getRegisteredObject('textbox');
}
public function getLabel()
|