diff options
author | xue <> | 2006-04-14 12:35:35 +0000 |
---|---|---|
committer | xue <> | 2006-04-14 12:35:35 +0000 |
commit | 15679cf90c58bc99b0f4fe283770282970bbece2 (patch) | |
tree | a82d9f3571996b9424749819ad03ab87c7973f4e /tests/FunctionalTests/tickets/protected/pages/Ticket93.php | |
parent | 93e7512bf538aef617a0bfd72eaeaddb75076528 (diff) |
Adjusted for testing #131
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket93.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket93.php | 5 |
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;
+ }
}
?>
|