Browse Source

Remove old lighthouseapp references

Bryan Crowe 10 years ago
parent
commit
315a0ce60c

+ 0 - 1
src/Network/Request.php

@@ -378,7 +378,6 @@ class Request implements ArrayAccess
      * the unnecessary part from $base to prevent issue #3318.
      *
      * @return array Base URL, webroot dir ending in /
-     * @link https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/3318
      */
     protected static function _base()
     {

+ 0 - 2
tests/TestCase/Controller/Component/AuthComponentTest.php

@@ -1359,8 +1359,6 @@ class AuthComponentTest extends TestCase
     /**
      * test that the returned URL doesn't contain the base URL.
      *
-     * @see https://cakephp.lighthouseapp.com/projects/42648/tickets/3922-authcomponentredirecturl-prepends-appbaseurl
-     *
      * @return void This test method doesn't return anything.
      */
     public function testRedirectUrlWithBaseSet()

+ 0 - 1
tests/TestCase/Controller/Component/RequestHandlerComponentTest.php

@@ -1037,7 +1037,6 @@ class RequestHandlerComponentTest extends TestCase
      * array URLs into their correct string ones, and adds base => false so
      * the correct URLs are generated.
      *
-     * @link https://cakephp.lighthouseapp.com/projects/42648-cakephp-1x/tickets/276
      * @return void
      * @triggers Controller.beforeRender $this->Controller
      */

+ 0 - 1
tests/TestCase/Controller/Component/SecurityComponentTest.php

@@ -1139,7 +1139,6 @@ class SecurityComponentTest extends TestCase
      * test that blackhole doesn't delete the _Token session key so repeat data submissions
      * stay blackholed.
      *
-     * @link https://cakephp.lighthouseapp.com/projects/42648/tickets/214
      * @return void
      * @triggers Controller.startup $this->Controller
      */

+ 0 - 1
tests/TestCase/Network/RequestTest.php

@@ -1269,7 +1269,6 @@ class RequestTest extends TestCase
      * - index.php/apples/
      * - index.php/bananas/eat/tasty_banana
      *
-     * @link https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/3318
      * @return void
      */
     public function testBaseUrlWithModRewriteAndIndexPhp()

+ 0 - 1
tests/TestCase/View/ViewTest.php

@@ -1520,7 +1520,6 @@ class ViewTest extends TestCase
      * Test setting a block's content to null
      *
      * @return void
-     * @link https://cakephp.lighthouseapp.com/projects/42648/tickets/3938-this-redirectthis-auth-redirecturl-broken
      */
     public function testBlockSetNull()
     {