PHP 클래스 eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlAlias\Gateway\DoctrineDatabaseTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$gateway eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias\Gateway Database gateway to test.

공개 메소드들

메소드 설명
providerForTestCleanupAfterPublishHistorize ( ) : array
providerForTestCleanupAfterPublishRemovesLanguage ( ) : array
providerForTestLoadPathData ( ) : array
providerForTestLoadPathDataMultipleLanguages ( ) : array
testCleanupAfterPublishHistorize ( $action, $languageId, $parentId, $textMD5 ) Test for the cleanupAfterPublish() method.
testCleanupAfterPublishRemovesLanguage ( $action, $languageId, $parentId, $textMD5 ) Test for the cleanupAfterPublish() method.
testConstructor ( )
testGetNextId ( ) Test for the getNextId() method.
testLoadPathData ( $id, $pathData ) Test for the loadPathData() method.
testLoadPathDataMultipleLanguages ( $id, $pathData ) Test for the loadPathData() method.
testLoadUrlaliasData ( ) Test for the loadUrlAliasData() method.
testLoadUrlaliasDataMultipleLanguages ( ) Test for the loadUrlAliasData() method.
testLoadUrlaliasDataNonExistent ( ) Test for the loadUrlAliasData() method.
testRemove ( ) Test for the remove() method.
testRemoveCustomAlias ( ) Test for the removeCustomAlias() method.
testRemoveCustomAliasFails ( ) Test for the removeByAction() method.
testRemoveWithId ( ) Test for the remove() method.
testReparent ( ) Test for the reparent() method.

보호된 메소드들

메소드 설명
getGateway ( ) : DoctrineDatabase Returns the DoctrineDatabase gateway to test.

메소드 상세

getGateway() 보호된 메소드

Returns the DoctrineDatabase gateway to test.
protected getGateway ( ) : DoctrineDatabase
리턴 eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias\Gateway\DoctrineDatabase

providerForTestCleanupAfterPublishHistorize() 공개 메소드

providerForTestCleanupAfterPublishRemovesLanguage() 공개 메소드

providerForTestLoadPathData() 공개 메소드

providerForTestLoadPathDataMultipleLanguages() 공개 메소드

testCleanupAfterPublishHistorize() 공개 메소드

Test for the cleanupAfterPublish() method.
public testCleanupAfterPublishHistorize ( $action, $languageId, $parentId, $textMD5 )

testCleanupAfterPublishRemovesLanguage() 공개 메소드

Test for the cleanupAfterPublish() method.
public testCleanupAfterPublishRemovesLanguage ( $action, $languageId, $parentId, $textMD5 )

testConstructor() 공개 메소드

public testConstructor ( )

testGetNextId() 공개 메소드

Test for the getNextId() method.
public testGetNextId ( )

testLoadPathData() 공개 메소드

Test for the loadPathData() method.
public testLoadPathData ( $id, $pathData )

testLoadPathDataMultipleLanguages() 공개 메소드

Test for the loadPathData() method.
public testLoadPathDataMultipleLanguages ( $id, $pathData )

testLoadUrlaliasData() 공개 메소드

Test for the loadUrlAliasData() method.

testLoadUrlaliasDataMultipleLanguages() 공개 메소드

Test with fixture containing language mask with multiple languages.

testLoadUrlaliasDataNonExistent() 공개 메소드

Test for the loadUrlAliasData() method.

testRemove() 공개 메소드

Test for the remove() method.
public testRemove ( )

testRemoveCustomAlias() 공개 메소드

Test for the removeCustomAlias() method.

testRemoveCustomAliasFails() 공개 메소드

Test for the removeByAction() method.

testRemoveWithId() 공개 메소드

Test for the remove() method.
public testRemoveWithId ( )

testReparent() 공개 메소드

Test for the reparent() method.
public testReparent ( )

프로퍼티 상세

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

Database gateway to test.
protected Gateway,eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias $gateway
리턴 eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias\Gateway