mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 20:42:42 +00:00
Adding visibility keywords to code that came from
a 1.3 merge.
This commit is contained in:
parent
2b342d96d6
commit
54e1de9070
4 changed files with 12 additions and 7 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue