summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/pages/RatingList.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/RatingList.php')
-rw-r--r--tests/FunctionalTests/features/protected/pages/RatingList.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/RatingList.php b/tests/FunctionalTests/features/protected/pages/RatingList.php
new file mode 100644
index 00000000..9592680a
--- /dev/null
+++ b/tests/FunctionalTests/features/protected/pages/RatingList.php
@@ -0,0 +1,9 @@
+<?php
+
+class RatingList extends TPage
+{
+ protected function rating3_selectionChanged($sender, $param)
+ {
+ $this->labelResult3->Text=$this->Rating3->SelectedValue;
+ }
+} \ No newline at end of file