summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket93.php
diff options
context:
space:
mode:
authorxue <>2006-04-14 12:35:35 +0000
committerxue <>2006-04-14 12:35:35 +0000
commit15679cf90c58bc99b0f4fe283770282970bbece2 (patch)
treea82d9f3571996b9424749819ad03ab87c7973f4e /tests/FunctionalTests/tickets/protected/pages/Ticket93.php
parent93e7512bf538aef617a0bfd72eaeaddb75076528 (diff)
Adjusted for testing #131
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket93.php')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket93.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket93.php b/tests/FunctionalTests/tickets/protected/pages/Ticket93.php
index ea5745a8..dbdf2cab 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket93.php
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket93.php
@@ -7,9 +7,8 @@ class Ticket93 extends TPage
{
public function buttonClicked($sender,$param)
{
- //echo $param->getPostBackValue();
- print_r($param);
- }
+ echo 'postback triggered with value '.$param->PostBackValue;
+ }
}
?>