From 934069ca2164753f72783eaa7d9fd98e4280f2ec Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 13 Feb 2006 06:04:33 +0000 Subject: Reorganized FT test folder. --- .../tickets/protected/pages/Ticket21.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket21.php (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket21.php') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket21.php b/tests/FunctionalTests/tickets/protected/pages/Ticket21.php new file mode 100644 index 00000000..041ba4b7 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket21.php @@ -0,0 +1,22 @@ +IsPostBack) + $this->setViewState("clicks", 0); + } + + public function doClick($sender, $param) + { + $clicks = $this->getViewState("clicks"); + $clicks++; + $this->label1->setText("Radio button clicks: $clicks"); + $this->setViewState("clicks", $clicks); + } +} + +?> \ No newline at end of file -- cgit v1.2.3