summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/pages/RatingList.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-01-10 17:23:50 +0100
committerFabio Bas <ctrlaltca@gmail.com>2014-01-10 17:23:50 +0100
commit329e728a9d673f44ead80e3ba131eda221d3e9f2 (patch)
tree1b914e69625606d3c1a3890c0e9672a5916f2b9b /tests/FunctionalTests/features/protected/pages/RatingList.php
parent873c5bbd969d5699a8b40e60f5adc224b2b6d84d (diff)
Fixed TRatingList test (it's not even enabled, anyway)
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