PHP Class Acl\Test\TestCase\Adapter\CacheDbAclTest

Inheritance: extends Cake\TestSuite\TestCase
Mostra file Open project: cakephp/acl

Public Properties

Property Type Description
$fixtures array fixtures property

Public Methods

Method Description
setUp ( ) : void setUp method
tearDown ( ) : void tearDown method
testCacheCleared ( ) : void Tests that permissions cache is cleared when updated
testCacheFalse ( ) : void Tests that permissions are cached for false permissions
testCacheKeys ( ) : void Test check
testCaching ( ) : void Tests that permissions are cached

Method Details

setUp() public method

setUp method
public setUp ( ) : void
return void

tearDown() public method

tearDown method
public tearDown ( ) : void
return void

testCacheCleared() public method

Tests that permissions cache is cleared when updated
public testCacheCleared ( ) : void
return void

testCacheFalse() public method

Tests that permissions are cached for false permissions
public testCacheFalse ( ) : void
return void

testCacheKeys() public method

Test check
public testCacheKeys ( ) : void
return void

testCaching() public method

Tests that permissions are cached
public testCaching ( ) : void
return void

Property Details

$fixtures public_oe property

fixtures property
public array $fixtures
return array