summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-09-14 10:46:38 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-09-14 10:46:38 +0200
commit924309fbcbca661471bd612609c147e5215543d2 (patch)
tree9954ff0fa526faac6f48653550956d6308e94595 /tests/FunctionalTests/tickets
parent84e632be9564b8fa2dc14e93bb32526bb2290b69 (diff)
Drop old google code links
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Layout.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Layout.php b/tests/FunctionalTests/tickets/protected/pages/Layout.php
index da23db77..b971fb1c 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Layout.php
+++ b/tests/FunctionalTests/tickets/protected/pages/Layout.php
@@ -10,6 +10,7 @@ class Layout extends TTemplateControl
$this->getPage()->setTitle("Verifying $type $num");
$this->ticketlink->setText("Verifying $type $num");
+ //TODO New issues will link to https://github.com/pradosoft/prado/issues/{$num}
if(strToLower($type) === 'issue') {
$this->ticketlink->setNavigateUrl("http://code.google.com/p/prado3/issues/detail?id={$num}");
}