Remove lighthouse references

This commit is contained in:
Marc Würth 2016-02-10 12:27:34 +01:00
parent 6413610e76
commit b5655d63ff
9 changed files with 0 additions and 13 deletions

View file

@ -288,7 +288,6 @@ class CakeRequest implements ArrayAccess {
* the unnecessary part from $base to prevent issue #3318. * the unnecessary part from $base to prevent issue #3318.
* *
* @return string Base URL * @return string Base URL
* @link https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/3318
*/ */
protected function _base() { protected function _base() {
$dir = $webroot = null; $dir = $webroot = null;

View file

@ -1621,8 +1621,6 @@ class AuthComponentTest extends CakeTestCase {
/** /**
* test that the returned URL doesn't contain the base URL. * 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. * @return void This test method doesn't return anything.
*/ */
public function testRedirectUrlWithBaseSet() { public function testRedirectUrlWithBaseSet() {

View file

@ -870,7 +870,6 @@ class RequestHandlerComponentTest extends CakeTestCase {
* array URLs into their correct string ones, and adds base => false so * array URLs into their correct string ones, and adds base => false so
* the correct URLs are generated. * the correct URLs are generated.
* *
* @link https://cakephp.lighthouseapp.com/projects/42648-cakephp-1x/tickets/276
* @return void * @return void
*/ */
public function testBeforeRedirectCallbackWithArrayUrl() { public function testBeforeRedirectCallbackWithArrayUrl() {

View file

@ -1164,7 +1164,6 @@ class SecurityComponentTest extends CakeTestCase {
* the params. * the params.
* *
* @return void * @return void
* @see https://cakephp.lighthouseapp.com/projects/42648/tickets/68
*/ */
public function testSettingTokenForRequestAction() { public function testSettingTokenForRequestAction() {
$this->Controller->Security->startup($this->Controller); $this->Controller->Security->startup($this->Controller);
@ -1181,7 +1180,6 @@ class SecurityComponentTest extends CakeTestCase {
* test that blackhole doesn't delete the _Token session key so repeat data submissions * test that blackhole doesn't delete the _Token session key so repeat data submissions
* stay blackholed. * stay blackholed.
* *
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/214
* @return void * @return void
*/ */
public function testBlackHoleNotDeletingSessionInformation() { public function testBlackHoleNotDeletingSessionInformation() {

View file

@ -576,7 +576,6 @@ class AppTest extends CakeTestCase {
* test that building helper paths actually works. * test that building helper paths actually works.
* *
* @return void * @return void
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/410
*/ */
public function testImportingHelpersFromAlternatePaths() { public function testImportingHelpersFromAlternatePaths() {
$this->assertFalse(class_exists('BananaHelper', false), 'BananaHelper exists, cannot test importing it.'); $this->assertFalse(class_exists('BananaHelper', false), 'BananaHelper exists, cannot test importing it.');

View file

@ -5313,7 +5313,6 @@ class ModelWriteTest extends BaseModelTest {
/** /**
* test that saveAll behaves like plain save() when supplied empty data * test that saveAll behaves like plain save() when supplied empty data
* *
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data
* @return void * @return void
*/ */
public function testSaveAllEmptyData() { public function testSaveAllEmptyData() {
@ -6781,7 +6780,6 @@ class ModelWriteTest extends BaseModelTest {
/** /**
* test that saveMany behaves like plain save() when suplied empty data * test that saveMany behaves like plain save() when suplied empty data
* *
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data
* @return void * @return void
*/ */
public function testSaveManyEmptyData() { public function testSaveManyEmptyData() {
@ -6800,7 +6798,6 @@ class ModelWriteTest extends BaseModelTest {
/** /**
* test that saveAssociated behaves like plain save() when supplied empty data * test that saveAssociated behaves like plain save() when supplied empty data
* *
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data
* @return void * @return void
*/ */
public function testSaveAssociatedEmptyData() { public function testSaveAssociatedEmptyData() {

View file

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

View file

@ -596,7 +596,6 @@ class ControllerTestCaseTest extends CakeTestCase {
* will always have a fresh reference to those object available * will always have a fresh reference to those object available
* *
* @return void * @return void
* @see https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/2705-requesthandler-weird-behavior
*/ */
public function testComponentsSameRequestAndResponse() { public function testComponentsSameRequestAndResponse() {
$this->Case->generate('TestsApps'); $this->Case->generate('TestsApps');

View file

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