mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
removed dead links to trac.cakephp.org
This commit is contained in:
parent
9102321112
commit
7e550231d7
4 changed files with 0 additions and 5 deletions
|
@ -332,7 +332,6 @@ class CacheTest extends CakeTestCase {
|
|||
* Check that the "Cache.disable" configuration and a change to it
|
||||
* (even after a cache config has been setup) is taken into account.
|
||||
*
|
||||
* @link https://trac.cakephp.org/ticket/6236
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
|
|
|
@ -663,7 +663,6 @@ class FolderTest extends CakeTestCase {
|
|||
*
|
||||
* @return void
|
||||
* @access public
|
||||
* @link https://trac.cakephp.org/ticket/6259
|
||||
*/
|
||||
function testCopy() {
|
||||
$path = TMP . 'folder_test';
|
||||
|
@ -722,7 +721,6 @@ class FolderTest extends CakeTestCase {
|
|||
*
|
||||
* @return void
|
||||
* @access public
|
||||
* @link https://trac.cakephp.org/ticket/6259
|
||||
*/
|
||||
function testMove() {
|
||||
$path = TMP . 'folder_test';
|
||||
|
|
|
@ -1211,7 +1211,6 @@ class ModelIntegrationTest extends BaseModelTest {
|
|||
));
|
||||
$this->assertEqual($result, $expected);
|
||||
|
||||
// Tests related to ticket https://trac.cakephp.org/ticket/5594
|
||||
$TestModel = new ArticleFeatured();
|
||||
$TestFakeModel = new ArticleFeatured(array('table' => false));
|
||||
|
||||
|
|
|
@ -364,7 +364,6 @@ class HtmlHelperTest extends CakeTestCase {
|
|||
*
|
||||
* @access public
|
||||
* @return void
|
||||
* @link https://trac.cakephp.org/ticket/6490
|
||||
*/
|
||||
function testImageTagWithTheme() {
|
||||
if ($this->skipIf(!is_writable(WWW_ROOT . 'theme'), 'Cannot write to webroot/theme')) {
|
||||
|
|
Loading…
Reference in a new issue