summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php
diff options
context:
space:
mode:
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, 0 insertions, 12 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php b/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php
deleted file mode 100644
index 36ec7e9c..00000000
--- a/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-class Home extends TPage
-{
- public function buttonClicked($sender,$param)
- {
- //echo $param->getPostBackValue();
- print_r($param);
- }
-}
-
-?> \ No newline at end of file