From 89bc7b5a781add099b9db34f599368b8e77ce6fd Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 3 Jul 2013 17:41:15 -0400 Subject: [PATCH] Remove fragile section of code. This code creates annoying dependencies when testing CacheHelper. --- .../TestApp/View/Posts/test_nocache_tags.ctp | 31 ------------------- 1 file changed, 31 deletions(-) diff --git a/lib/Cake/Test/TestApp/View/Posts/test_nocache_tags.ctp b/lib/Cake/Test/TestApp/View/Posts/test_nocache_tags.ctp index 141bd03a6b0..14e2a361df7 100644 --- a/lib/Cake/Test/TestApp/View/Posts/test_nocache_tags.ctp +++ b/lib/Cake/Test/TestApp/View/Posts/test_nocache_tags.ctp @@ -1,5 +1,4 @@ @@ -17,36 +16,6 @@ use Cake\Core\Configure;

-

- - ' . $settings['engine']; - echo __d('cake', ' is being used to cache, to change this edit App/Config/cache.php '); - echo '

'; - - echo 'Settings: '; - - else: - echo __d('cake', 'NOT working.'); - echo '
'; - if (is_writable(TMP)): - echo __d('cake', 'Edit: App/Config/cache.php to insure you have the newset version of this file and the variable $cakeCache set properly'); - endif; - endif; - ?> - -