diff options
author | tof <> | 2007-06-20 13:15:38 +0000 |
---|---|---|
committer | tof <> | 2007-06-20 13:15:38 +0000 |
commit | 149f7f6155c80bed9e05f700ca7d7001c65e84bf (patch) | |
tree | 94ae519bd458d14f9f3ac512807368de76980108 /tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php | |
parent | f863d96b3eabcb639265f037932a932cf0269f71 (diff) |
Add Functional Test for Ticket 653
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php b/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php new file mode 100644 index 00000000..de4d3b3d --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php @@ -0,0 +1,13 @@ +<?php + +class Layout extends TTemplateControl +{ + public function onLoad($param) + { + $this->getPage()->setTitle("Verifying Ticket 653"); + $this->ticketlink->setText("Verifying Ticket 653"); + $this->ticketlink->setNavigateUrl("http://trac.pradosoft.com/prado/ticket/653"); + } +} + +?>
\ No newline at end of file |