PHP Class spec\LdapTools\Factory\CacheFactorySpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: ldaptools/ldaptools

Public Methods

Method Description
getMatchers ( )
it_is_initializable ( )
it_should_have_a_constant_for_the_doctrine_cache_type ( )
it_should_have_a_constant_for_the_stash_cache_type ( )
it_should_return_the_DoctrineCache_type_when_calling_get_with_doctrine ( )
it_should_return_the_NoCache_type_when_calling_get_with_none ( )
it_should_return_the_stash_type_when_calling_get_with_stash ( )
it_should_thrown_InvalidArgumentException_when_passing_unknown_cache_types ( )

Method Details

getMatchers() public method

public getMatchers ( )

it_is_initializable() public method

public it_is_initializable ( )

it_should_have_a_constant_for_the_doctrine_cache_type() public method

it_should_have_a_constant_for_the_stash_cache_type() public method

it_should_return_the_DoctrineCache_type_when_calling_get_with_doctrine() public method

it_should_return_the_NoCache_type_when_calling_get_with_none() public method

it_should_return_the_stash_type_when_calling_get_with_stash() public method

it_should_thrown_InvalidArgumentException_when_passing_unknown_cache_types() public method