From 149f7f6155c80bed9e05f700ca7d7001c65e84bf Mon Sep 17 00:00:00 2001 From: tof <> Date: Wed, 20 Jun 2007 13:15:38 +0000 Subject: Add Functional Test for Ticket 653 --- .../tickets/protected/pages/Ticket653/Layout.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php') 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 @@ +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 -- cgit v1.2.3