Skip to content

Commit

Permalink
Remove old lighthouseapp references
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Feb 6, 2016
1 parent df44376 commit 315a0ce
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/Network/Request.php
Expand Up @@ -378,7 +378,6 @@ protected static function _url($config)
* 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()
{
Expand Down
2 changes: 0 additions & 2 deletions tests/TestCase/Controller/Component/AuthComponentTest.php
Expand Up @@ -1359,8 +1359,6 @@ public function testRedirectSessionReadEqualToLoginAction()
/**
* 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()
Expand Down
Expand Up @@ -1037,7 +1037,6 @@ public function testAjaxRedirectAsRequestActionStillRenderingLayout()
* 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
*/
Expand Down
Expand Up @@ -1139,7 +1139,6 @@ public function testValidatePostUrlAsHashInput()
* 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
*/
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase/Network/RequestTest.php
Expand Up @@ -1269,7 +1269,6 @@ public function testBaseUrlwithModRewriteAlias()
* - index.php/apples/
* - index.php/bananas/eat/tasty_banana
*
* @link https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/3318
* @return void
*/
public function testBaseUrlWithModRewriteAndIndexPhp()
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase/View/ViewTest.php
Expand Up @@ -1520,7 +1520,6 @@ public function testBlockExist()
* 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()
{
Expand Down

0 comments on commit 315a0ce

Please sign in to comment.