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. --- tests/FunctionalTests/tickets/protected/pages/Layout.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Layout.php (limited to 'tests/FunctionalTests/tickets/protected/pages/Layout.php') diff --git a/tests/FunctionalTests/tickets/protected/pages/Layout.php b/tests/FunctionalTests/tickets/protected/pages/Layout.php new file mode 100644 index 00000000..64b0aebe --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Layout.php @@ -0,0 +1,14 @@ +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 -- cgit v1.2.3