PHP Класс eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlAlias\Gateway\DoctrineDatabaseTest

Наследование: extends eZ\Publish\Core\Persistence\Legacy\Tests\TestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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() публичный Метод

public providerForTestCleanupAfterPublishHistorize ( ) : array
Результат array

providerForTestCleanupAfterPublishRemovesLanguage() публичный Метод

providerForTestLoadPathData() публичный Метод

public providerForTestLoadPathData ( ) : array
Результат array

providerForTestLoadPathDataMultipleLanguages() публичный Метод

public providerForTestLoadPathDataMultipleLanguages ( ) : array
Результат array

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