diff options
author | xue <> | 2006-04-16 14:43:51 +0000 |
---|---|---|
committer | xue <> | 2006-04-16 14:43:51 +0000 |
commit | 2983057ad91ccdef1fef86a85fe8e888350c3384 (patch) | |
tree | 6eb89e44b6d141d69779f8b2a26d18aeec641ee0 /tests/FunctionalTests/features/protected/pages/ImageMap/Home.php | |
parent | eeb97a9e51e87a359c2c069fc64b04b80d9ebe95 (diff) |
Fixed a few issues with using Globalization.
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, 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 |