mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove lighthouse references
This commit is contained in:
parent
6413610e76
commit
b5655d63ff
9 changed files with 0 additions and 13 deletions
|
@ -288,7 +288,6 @@ class CakeRequest implements ArrayAccess {
|
|||
* the unnecessary part from $base to prevent issue #3318.
|
||||
*
|
||||
* @return string Base URL
|
||||
* @link https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/3318
|
||||
*/
|
||||
protected function _base() {
|
||||
$dir = $webroot = null;
|
||||
|
|
|
@ -1621,8 +1621,6 @@ class AuthComponentTest extends CakeTestCase {
|
|||
/**
|
||||
* 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() {
|
||||
|
|
|
@ -870,7 +870,6 @@ class RequestHandlerComponentTest extends CakeTestCase {
|
|||
* 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
|
||||
*/
|
||||
public function testBeforeRedirectCallbackWithArrayUrl() {
|
||||
|
|
|
@ -1164,7 +1164,6 @@ class SecurityComponentTest extends CakeTestCase {
|
|||
* the params.
|
||||
*
|
||||
* @return void
|
||||
* @see https://cakephp.lighthouseapp.com/projects/42648/tickets/68
|
||||
*/
|
||||
public function testSettingTokenForRequestAction() {
|
||||
$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
|
||||
* stay blackholed.
|
||||
*
|
||||
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/214
|
||||
* @return void
|
||||
*/
|
||||
public function testBlackHoleNotDeletingSessionInformation() {
|
||||
|
|
|
@ -576,7 +576,6 @@ class AppTest extends CakeTestCase {
|
|||
* test that building helper paths actually works.
|
||||
*
|
||||
* @return void
|
||||
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/410
|
||||
*/
|
||||
public function testImportingHelpersFromAlternatePaths() {
|
||||
$this->assertFalse(class_exists('BananaHelper', false), 'BananaHelper exists, cannot test importing it.');
|
||||
|
|
|
@ -5313,7 +5313,6 @@ class ModelWriteTest extends BaseModelTest {
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
public function testSaveAllEmptyData() {
|
||||
|
@ -6781,7 +6780,6 @@ class ModelWriteTest extends BaseModelTest {
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
public function testSaveManyEmptyData() {
|
||||
|
@ -6800,7 +6798,6 @@ class ModelWriteTest extends BaseModelTest {
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
public function testSaveAssociatedEmptyData() {
|
||||
|
|
|
@ -1362,7 +1362,6 @@ class CakeRequestTest extends CakeTestCase {
|
|||
* - index.php/apples/
|
||||
* - index.php/bananas/eat/tasty_banana
|
||||
*
|
||||
* @link https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/3318
|
||||
* @return void
|
||||
*/
|
||||
public function testBaseUrlWithModRewriteAndIndexPhp() {
|
||||
|
|
|
@ -596,7 +596,6 @@ class ControllerTestCaseTest extends CakeTestCase {
|
|||
* will always have a fresh reference to those object available
|
||||
*
|
||||
* @return void
|
||||
* @see https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/2705-requesthandler-weird-behavior
|
||||
*/
|
||||
public function testComponentsSameRequestAndResponse() {
|
||||
$this->Case->generate('TestsApps');
|
||||
|
|
|
@ -1460,7 +1460,6 @@ class ViewTest extends CakeTestCase {
|
|||
* 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() {
|
||||
$this->View->assign('testWithNull', null);
|
||||
|
|
Loading…
Reference in a new issue