PHP Класс eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\UrlWildcardHandlerTest

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

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

Свойство Тип Описание
$fixtureData
$gateway eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase
$mapper eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Mapper
$urlWildcardHandler eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler

Открытые методы

Метод Описание
testConstructor ( ) Test for the __construct() method.
testCreate ( ) Test for the create() method.
testLoad ( ) Test for the load() method.
testLoadAll ( ) Test for the loadAll() method.
testLoadAllWithOffset ( ) Test for the loadAll() method.
testLoadAllWithOffsetAndLimit ( ) Test for the loadAll() method.
testLoadThrowsNotFoundException ( ) Test for the load() method.
testRemove ( ) Test for the remove() method.

Защищенные методы

Метод Описание
getHandler ( ) : Handler

Описание методов

getHandler() защищенный Метод

protected getHandler ( ) : Handler
Результат eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler

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

Test for the __construct() method.
public testConstructor ( )

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

Test for the create() method.
public testCreate ( )

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

Test for the load() method.
public testLoad ( )

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

Test for the loadAll() method.
public testLoadAll ( )

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

Test for the loadAll() method.

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

Test for the loadAll() method.

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

Test for the load() method.

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

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

Описание свойств

$fixtureData защищенное свойство

protected $fixtureData

$gateway защищенное свойство

protected DoctrineDatabase,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway $gateway
Результат eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase

$mapper защищенное свойство

protected Mapper,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard $mapper
Результат eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Mapper

$urlWildcardHandler защищенное свойство

protected Handler,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard $urlWildcardHandler
Результат eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler