summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket876.php
diff options
context:
space:
mode:
authorknut <>2008-08-18 23:00:14 +0000
committerknut <>2008-08-18 23:00:14 +0000
commitb26ef59b9ffbc9b8dfa15b6456fd0071474b9608 (patch)
treeb49cb9de74fc5e68149fbb5e09ca1c15ec2af2ba /tests/FunctionalTests/tickets/protected/pages/Ticket876.php
parent22c015c995c884cafcbf7a0594684b85b197162d (diff)
fixed #876
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket876.php')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket876.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket876.php b/tests/FunctionalTests/tickets/protected/pages/Ticket876.php
new file mode 100644
index 00000000..e95a677c
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket876.php
@@ -0,0 +1,11 @@
+<?php
+
+class Ticket876 extends TPage {
+
+ public function onSetEmptyCssUrl($sender, $param) {
+ $this->TabPanel->CssUrl = "";
+ }
+
+}
+
+?>