Adding visibility keywords to code that came from

a 1.3 merge.
This commit is contained in:
Mark Story 2011-08-16 22:40:38 -04:00
parent 2b342d96d6
commit 54e1de9070
4 changed files with 12 additions and 7 deletions

View file

@ -325,8 +325,13 @@ class CacheHelperTest extends CakeTestCase {
@unlink($filename);
}
function testCacheCallbacks() {
/**
* Test that callback code is generated correctly.
*
* @return void
*/
public function testCacheCallbacks() {
$this->Controller->cache_parsing();
$this->Controller->params = array(
'controller' => 'cache_test',