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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$cache eZ\Publish\Core\Persistence\Legacy\Content\Language\Cache Language cache.

Méthodes publiques

Méthode Description
testGetAll ( )
testGetById ( )
testGetByIdFailure ( )
testGetByLocale ( )
testGetByLocaleFailure ( )
testRemove ( )
testStore ( )

Méthodes protégées

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

Method Details

getCache() protected méthode

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

getLanguageFixture() protected méthode

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

testGetAll() public méthode

public testGetAll ( )

testGetById() public méthode

public testGetById ( )

testGetByIdFailure() public méthode

public testGetByIdFailure ( )

testGetByLocale() public méthode

public testGetByLocale ( )

testGetByLocaleFailure() public méthode

testRemove() public méthode

public testRemove ( )

testStore() public méthode

public testStore ( )

Property Details

$cache protected_oe property

Language cache.
protected Cache,eZ\Publish\Core\Persistence\Legacy\Content\Language $cache
Résultat eZ\Publish\Core\Persistence\Legacy\Content\Language\Cache