summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php
diff options
context:
space:
mode:
authorxue <>2006-03-18 01:28:08 +0000
committerxue <>2006-03-18 01:28:08 +0000
commitb8ac07fd91e18decc0a863f3deb115772ea27eac (patch)
treeb6165184ba9acb1b6a47b7a5325f3345575531c3 /tests/FunctionalTests/features/protected/pages/ImageMap/Home.php
parent3323291d70c162e461126366a28a0334f6451c9f (diff)
Added feature tests for the new controls.
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/ImageMap/Home.php')
-rw-r--r--tests/FunctionalTests/features/protected/pages/ImageMap/Home.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php b/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php
new file mode 100644
index 00000000..36ec7e9c
--- /dev/null
+++ b/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php
@@ -0,0 +1,12 @@
+<?php
+
+class Home extends TPage
+{
+ public function buttonClicked($sender,$param)
+ {
+ //echo $param->getPostBackValue();
+ print_r($param);
+ }
+}
+
+?> \ No newline at end of file