From eb2a6e9431445b3cb24be4b75f02f07aef70aebc Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 28 Apr 2006 01:22:42 +0000 Subject: New abstract TCompositeControl + FT tests --- .../features/protected/controls/LabeledTextbox.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/FunctionalTests/features/protected/controls/LabeledTextbox.php (limited to 'tests/FunctionalTests/features/protected/controls/LabeledTextbox.php') diff --git a/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php new file mode 100644 index 00000000..33396734 --- /dev/null +++ b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php @@ -0,0 +1,19 @@ +textbox; + } + + public function getLabel() + { + return $this->label; + } +} + +?> -- cgit v1.2.3