PHP 클래스 eZ\Publish\Core\Persistence\Legacy\Tests\Content\Language\CacheTest

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$cache eZ\Publish\Core\Persistence\Legacy\Content\Language\Cache Language cache.

공개 메소드들

메소드 설명
testGetAll ( )
testGetById ( )
testGetByIdFailure ( )
testGetByLocale ( )
testGetByLocaleFailure ( )
testRemove ( )
testStore ( )

보호된 메소드들

메소드 설명
getCache ( ) : Cache Returns the language cache to test.
getLanguageFixture ( ) : eZ\Publish\SPI\Persistence\Content\Language Returns language fixture.

메소드 상세

getCache() 보호된 메소드

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

getLanguageFixture() 보호된 메소드

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

testGetAll() 공개 메소드

public testGetAll ( )

testGetById() 공개 메소드

public testGetById ( )

testGetByIdFailure() 공개 메소드

public testGetByIdFailure ( )

testGetByLocale() 공개 메소드

public testGetByLocale ( )

testGetByLocaleFailure() 공개 메소드

testRemove() 공개 메소드

public testRemove ( )

testStore() 공개 메소드

public testStore ( )

프로퍼티 상세

$cache 보호되어 있는 프로퍼티

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