summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/TicketTestPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/protected/pages/TicketTestPage.php')
-rw-r--r--tests/FunctionalTests/protected/pages/TicketTestPage.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/FunctionalTests/protected/pages/TicketTestPage.php b/tests/FunctionalTests/protected/pages/TicketTestPage.php
deleted file mode 100644
index f647f56b..00000000
--- a/tests/FunctionalTests/protected/pages/TicketTestPage.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-class TicketTestPage extends TTemplateControl
-{
- public function onLoad($param)
- {
- $num = str_replace('Ticket_','',get_class($this->getPage()));
- $this->getPage()->setTitle("Verifying Ticket $num");
- $this->ticketlink->setText("Verifying Ticket $num");
- $this->ticketlink->setNavigateUrl("http://trac.pradosoft.com/ticket/{$num}");
- }
-}
-
-?> \ No newline at end of file