diff options
author | xue <> | 2006-03-18 01:28:08 +0000 |
---|---|---|
committer | xue <> | 2006-03-18 01:28:08 +0000 |
commit | b8ac07fd91e18decc0a863f3deb115772ea27eac (patch) | |
tree | b6165184ba9acb1b6a47b7a5325f3345575531c3 /tests/FunctionalTests/features/protected/pages/ImageMap/Home.php | |
parent | 3323291d70c162e461126366a28a0334f6451c9f (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.php | 12 |
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 |