PHP Class eZ\Publish\Core\Persistence\Legacy\Tests\Content\Language\CacheTest

Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$cache eZ\Publish\Core\Persistence\Legacy\Content\Language\Cache Language cache.

Public Methods

Method Description
testGetAll ( )
testGetById ( )
testGetByIdFailure ( )
testGetByLocale ( )
testGetByLocaleFailure ( )
testRemove ( )
testStore ( )

Protected Methods

Method Description
getCache ( ) : Cache Returns the language cache to test.
getLanguageFixture ( ) : eZ\Publish\SPI\Persistence\Content\Language Returns language fixture.

Method Details

getCache() protected method

Returns the language cache to test.
protected getCache ( ) : Cache
return eZ\Publish\Core\Persistence\Legacy\Content\Language\Cache

getLanguageFixture() protected method

Returns language fixture.
protected getLanguageFixture ( ) : eZ\Publish\SPI\Persistence\Content\Language
return eZ\Publish\SPI\Persistence\Content\Language

testGetAll() public method

public testGetAll ( )

testGetById() public method

public testGetById ( )

testGetByIdFailure() public method

public testGetByIdFailure ( )

testGetByLocale() public method

public testGetByLocale ( )

testGetByLocaleFailure() public method

testRemove() public method

public testRemove ( )

testStore() public method

public testStore ( )

Property Details

$cache protected property

Language cache.
protected Cache,eZ\Publish\Core\Persistence\Legacy\Content\Language $cache
return eZ\Publish\Core\Persistence\Legacy\Content\Language\Cache