summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket472.php
diff options
context:
space:
mode:
authorwei <>2006-12-16 03:50:17 +0000
committerwei <>2006-12-16 03:50:17 +0000
commitc8689010d28a0fe2a734131a2964d7df394cdf6c (patch)
tree010782f9ce91e4482d0b6d1ac0f2e57b4d6da10e /tests/FunctionalTests/tickets/protected/pages/Ticket472.php
parentc6717f9f133da710e7fd39e2c87162860ac549ec (diff)
test for #472
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket472.php')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket472.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket472.php b/tests/FunctionalTests/tickets/protected/pages/Ticket472.php
new file mode 100644
index 00000000..f0b9c092
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket472.php
@@ -0,0 +1,13 @@
+<?php
+
+Prado::using('System.Web.UI.ActiveControls.*');
+
+class Ticket472 extends TPage
+{
+ function button1_clicked($sender, $param)
+ {
+ $this->label1->Text = "丧两∞…壹參肆ㅕㅓㆈㆆㅰڂٸשסせぜが꒲꒺꓂ฏนઔஇ༃ҖЉӅՓՇǢǼÅhe";
+ }
+}
+
+?> \ No newline at end of file