diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-14 10:46:38 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-14 10:46:38 +0200 |
commit | 924309fbcbca661471bd612609c147e5215543d2 (patch) | |
tree | 9954ff0fa526faac6f48653550956d6308e94595 /tests/FunctionalTests | |
parent | 84e632be9564b8fa2dc14e93bb32526bb2290b69 (diff) |
Drop old google code links
Diffstat (limited to 'tests/FunctionalTests')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Layout.php | 1 |
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}"); } |